Skip to content

Commit

Permalink
cleanup more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Dec 5, 2013
1 parent f23de50 commit 9a265c3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle
Expand Up @@ -75,15 +75,6 @@ processResources
exclude '**/*.info'
}
}


jar {
manifest {
attributes 'FMLCorePlugin': 'tconstruct.preloader.TConstructLoaderContainer'
attributes 'FMLCorePluginContainsFMLMod': 'true'
}
}
// because the normal output has been made to be obfuscated
task deobfJar(type: Jar) {
from sourceSets.main.output
classifier = 'deobf'
Expand Down

0 comments on commit 9a265c3

Please sign in to comment.