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
|
from sourceSets.main.output
|
||||||
classifier 'obf'
|
classifier 'obf'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reobf {
|
||||||
|
reobf obfJar
|
||||||
|
}
|
||||||
|
|
||||||
task deobfJar(type: Jar) {
|
task deobfJar(type: Jar) {
|
||||||
from sourceSets.main.output
|
from sourceSets.main.output
|
||||||
classifier 'deobf'
|
classifier 'deobf'
|
||||||
|
|||||||
Reference in New Issue
Block a user