Updating build scripts
This commit is contained in:
parent
4e9ce6964b
commit
796e75b1f9
8 changed files with 633 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue