mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 03:43:30 +01:00
Update build.gradle (#119)
This commit is contained in:
parent
e69bc977c6
commit
d1f4b1b1c0
1 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,7 @@ jar {
|
|||
|
||||
task deobfJar(type: Jar) {
|
||||
from(sourceSets.main.output)
|
||||
archiveName = "${baseName}-${version}-deobf.${extension}"
|
||||
archiveName = "${baseName}-${version}-sources.${extension}"
|
||||
}
|
||||
artifacts {
|
||||
archives deobfJar
|
||||
|
@ -145,7 +145,7 @@ publishing {
|
|||
from components.java
|
||||
|
||||
artifact deobfJar {
|
||||
classifier 'deobf'
|
||||
classifier 'sources'
|
||||
}
|
||||
|
||||
pom.withXml {
|
||||
|
@ -160,4 +160,4 @@ publishing {
|
|||
url "file://" + System.getenv("local_maven")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue