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) {
|
||||
from(sourceSets.main.output)
|
||||
archiveName = "${baseName}-${version}-deobf.${extension}"
|
||||
archiveName = "${baseName}-${version}-sources.${extension}"
|
||||
}
|
||||
artifacts {
|
||||
archives deobfJar
|
||||
|
@ -135,7 +135,7 @@ publishing {
|
|||
from components.java
|
||||
|
||||
artifact deobfJar {
|
||||
classifier 'deobf'
|
||||
classifier 'sources'
|
||||
}
|
||||
|
||||
pom.withXml {
|
||||
|
|
Loading…
Reference in a new issue