diff options
-rw-r--r-- | build.gradle.kts | 6 | ||||
-rw-r--r-- | real.gradle.properties | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 5688298c49..a6241492d3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ buildscript { } dependencies { - classpath("com.github.GTNH2:ForgeGradle:FG_1.2-SNAPSHOT") + classpath("com.github.GTNewHorizons:ForgeGradle:1.2.4") } } @@ -169,8 +169,8 @@ dependencies { //Hard Dependencies compile("net.industrial-craft:industrialcraft-2:$ic2Version:dev") - compile("com.github.GTNewHorizons:StructureLib:1.0.9:deobf") - compile("com.github.GTNewHorizons:GT5-Unofficial:$gt5uVersion:dev"){ + compile("com.github.GTNewHorizons:StructureLib:1.0.12:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:master-SNAPSHOT:dev"){ exclude("net.industrial-craft", "industrialcraft-2") } compile("eu.usrv:YAMCore:$yamcoreVersion:deobf") diff --git a/real.gradle.properties b/real.gradle.properties index 5cf1722acc..4b88f044b0 100644 --- a/real.gradle.properties +++ b/real.gradle.properties @@ -1,8 +1,8 @@ systemProp.org.gradle.internal.http.connectionTimeout=120000 systemProp.org.gradle.internal.http.socketTimeout=120000 -projectVersion=4.10.8 +projectVersion=4.10.9 ic2Version=2.2.828-experimental -gt5uVersion=experimental-SNAPSHOT +gt5uVersion=master-SNAPSHOT yamcoreVersion=1.7.10-0.5.79 opencomputersVersion=MC1.7.10-1.7.5.1291 computercraftVersion=1.75 |