Another attempt at obf jar building
This commit is contained in:
@@ -72,11 +72,15 @@ processResources {
|
||||
}
|
||||
}
|
||||
|
||||
task obfJar(type: Jar, dependsOn: 'reobfJar') {
|
||||
task obfJar(type: Jar) {
|
||||
from sourceSets.main.output
|
||||
classifier 'obf'
|
||||
}
|
||||
|
||||
reobf {
|
||||
reobf obfJar
|
||||
}
|
||||
|
||||
task deobfJar(type: Jar) {
|
||||
from sourceSets.main.output
|
||||
classifier 'deobf'
|
||||
|
||||
Reference in New Issue
Block a user