mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 03:43:30 +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) {
|
||||
from(sourceSets.main.output)
|
||||
from(sourceSets.main.allSource)
|
||||
archiveName = "${baseName}-${version}-sources.${extension}"
|
||||
}
|
||||
artifacts {
|
||||
|
|
Loading…
Reference in a new issue