mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 11:53:29 +01:00
attempts to get jarJar working
This commit is contained in:
parent
0e7c9cb3f7
commit
ea7c6d7c7f
1 changed files with 4 additions and 0 deletions
|
@ -202,6 +202,10 @@ tasks.named('jar', Jar).configure {
|
||||||
finalizedBy 'reobfJar'
|
finalizedBy 'reobfJar'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named('jarJar', Jar).configure {
|
||||||
|
finalizedBy 'reobfJarJar'
|
||||||
|
}
|
||||||
|
|
||||||
// However if you are in a multi-project build, dev time needs unobfed jar files, so you can delay the obfuscation until publishing by doing:
|
// However if you are in a multi-project build, dev time needs unobfed jar files, so you can delay the obfuscation until publishing by doing:
|
||||||
// tasks.named('publish').configure {
|
// tasks.named('publish').configure {
|
||||||
// dependsOn 'reobfJar'
|
// dependsOn 'reobfJar'
|
||||||
|
|
Loading…
Reference in a new issue