commit
5bedda6220
1 changed files with 7 additions and 0 deletions
|
@ -45,3 +45,10 @@ processResources
|
|||
exclude 'mcmod.info'
|
||||
}
|
||||
}
|
||||
|
||||
task deobfJar(type: Jar) {
|
||||
from sourceSets.main.output
|
||||
classifier = 'deobf'
|
||||
}
|
||||
|
||||
tasks.build.dependsOn deobfJar
|
||||
|
|
Loading…
Reference in a new issue