mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +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) {
|
task deobfJar(type: Jar) {
|
||||||
from(sourceSets.main.output)
|
from(sourceSets.main.output)
|
||||||
archiveName = "${baseName}-${version}-deobf.${extension}"
|
archiveName = "${baseName}-${version}-sources.${extension}"
|
||||||
}
|
}
|
||||||
artifacts {
|
artifacts {
|
||||||
archives deobfJar
|
archives deobfJar
|
||||||
|
@ -145,7 +145,7 @@ publishing {
|
||||||
from components.java
|
from components.java
|
||||||
|
|
||||||
artifact deobfJar {
|
artifact deobfJar {
|
||||||
classifier 'deobf'
|
classifier 'sources'
|
||||||
}
|
}
|
||||||
|
|
||||||
pom.withXml {
|
pom.withXml {
|
||||||
|
|
Loading…
Reference in a new issue