Groovy Documentation

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()

 

Property Detail

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


 
Constructor Detail

ReobfJar

ReobfJar()
Packages to exclude. Remember, packages are not hierarchical.


 
Method Detail

reobf

void reobf()


 

Groovy Documentation