mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 19:58:35 +01:00
Update build.gradle
This commit is contained in:
parent
2c926aa1c4
commit
0c64e07c3d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ jar {
|
||||||
}
|
}
|
||||||
|
|
||||||
task deobfJar(type: Jar) {
|
task deobfJar(type: Jar) {
|
||||||
from(sourceSets.main.output)
|
from(sourceSets.main.allSource)
|
||||||
archiveName = "${baseName}-${version}-sources.${extension}"
|
archiveName = "${baseName}-${version}-sources.${extension}"
|
||||||
}
|
}
|
||||||
artifacts {
|
artifacts {
|
||||||
|
|
Loading…
Reference in a new issue