now with ActuallyDeobfuscated jar files!

This commit is contained in:
XDjackieXD 2016-01-06 03:50:15 +01:00
parent 046e01de40
commit c43f52b777

View file

@ -68,3 +68,9 @@ sourceSets {
output.resourcesDir = output.classesDir
}
}
// Why is OpenComputers one of the only mods that has a readable build.gradle? (Thank you Sangar!) :D
task deobfJar(type: Jar) {
from sourceSets.main.output
classifier = 'dev'
}