com.github.abrarsyed.gmcp.tasks
[Groovy] Class ReobfJar
java.lang.Object
org.gradle.api.tasks.bundling.Jar
com.github.abrarsyed.gmcp.tasks.ReobfJar
class ReobfJar
extends Jar
Property Summary |
java.util.Set |
packExcludes
SRG file to use.
|
java.io.File |
srg
|
Constructor Summary |
ReobfJar()
Packages to exclude.
|
Method Summary |
void
|
reobf()
|
packExcludes
@Input
/**
* Packages to exclude. Remember, packages are not hierarchical.
*/
java.util.Set packExcludes
- SRG file to use.
srg
@InputFile
/**
* SRG file to use.
*/
java.io.File srg
-
ReobfJar
ReobfJar()
- Packages to exclude. Remember, packages are not hierarchical.
reobf
void reobf()
-
Groovy Documentation