Fixed buildscript ordering issues
This commit is contained in:
parent
19d16efd3c
commit
33e1000df2
1 changed files with 3 additions and 4 deletions
|
@ -11,14 +11,13 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
|
||||||
apply plugin: 'maven'
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "net.minecraftforge.gradle.forge" version "2.0.2"
|
|
||||||
id "com.matthewprenger.cursegradle" version "1.0.5"
|
id "com.matthewprenger.cursegradle" version "1.0.5"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
|
apply plugin: 'maven'
|
||||||
|
|
||||||
// define the properties file
|
// define the properties file
|
||||||
ext.configFile = file "build.properties"
|
ext.configFile = file "build.properties"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue