Updating build scripts

This commit is contained in:
WayofTime 2014-10-31 17:29:51 -04:00
parent 4e9ce6964b
commit 796e75b1f9
8 changed files with 633 additions and 1 deletions

View file

@ -31,7 +31,7 @@ repositories {
apply plugin: 'forge'
version = "v1.2.0Beta22(1.7.10)"
version = "v1.2.0b(1.7.10)"
group= "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "Blood Magic"
@ -64,6 +64,14 @@ minecraft {
version = "1.7.10-10.13.0.1152"
assetDir = "eclipse/assets"
}
task deobfJar(type: Jar) {
from sourceSets.main.output
classifier = 'deobf'
}
processResources
{
// this will ensure that this task is redone when the versions change.