diff options
| author | Martin Robertz <dream-master@gmx.net> | 2021-12-12 17:52:24 +0100 |
|---|---|---|
| committer | Martin Robertz <dream-master@gmx.net> | 2021-12-12 17:52:24 +0100 |
| commit | cb0fd15baf2b21032a0fdf37107c269af6514c3b (patch) | |
| tree | 9b6cb0c1fca9a8f4c0aaba153d520ff52d2139a2 | |
| parent | 20769d1407d616ea988ec30f6bd4f82eefee95a7 (diff) | |
| download | GT5-Unofficial-cb0fd15baf2b21032a0fdf37107c269af6514c3b.tar.gz GT5-Unofficial-cb0fd15baf2b21032a0fdf37107c269af6514c3b.tar.bz2 GT5-Unofficial-cb0fd15baf2b21032a0fdf37107c269af6514c3b.zip | |
updATE BUILDSCRIPT
| -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 |
