mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Merge pull request #36 from XDjackieXD/master
now with ActuallyDeobfuscated jar files!
This commit is contained in:
commit
5e5b4e6cc0
1 changed files with 6 additions and 0 deletions
|
@ -68,3 +68,9 @@ sourceSets {
|
||||||
output.resourcesDir = output.classesDir
|
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'
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue