mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 11:53:29 +01:00
commit
2c926aa1c4
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,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
|
||||||
|
@ -135,7 +135,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