Fixed buildscript ordering issues

This commit is contained in:
Adubbz 2015-12-17 22:17:18 +11:00
parent 19d16efd3c
commit 33e1000df2
1 changed files with 3 additions and 4 deletions

View File

@ -11,14 +11,13 @@ buildscript {
}
}
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'maven'
plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
id "com.matthewprenger.cursegradle" version "1.0.5"
}
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'maven'
// define the properties file
ext.configFile = file "build.properties"