aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbombcar <github@bombcar.com>2021-11-27 16:06:08 -0600
committerbombcar <github@bombcar.com>2021-11-27 16:06:08 -0600
commitedce1850c1abf3a4a9e973dfe54a42981a47a678 (patch)
tree0e01f8cf5cc26b107607d7d4b0ba3fd86b235033
parentac55d70d7cbbb00394d26a4b5c05bfb257442609 (diff)
downloadGT5-Unofficial-edce1850c1abf3a4a9e973dfe54a42981a47a678.tar.gz
GT5-Unofficial-edce1850c1abf3a4a9e973dfe54a42981a47a678.tar.bz2
GT5-Unofficial-edce1850c1abf3a4a9e973dfe54a42981a47a678.zip
update to 1.2.4
Former-commit-id: 8f5f62a8365cb32c44f122ac5e8007bbea197e42
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 864fc15612..3b7e21c8b1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -29,7 +29,7 @@ buildscript {
maven("https://jitpack.io")
}
dependencies {
- classpath("com.github.GTNewHorizons:ForgeGradle:stable-2021-11-20")
+ classpath("com.github.GTNewHorizons:ForgeGradle:1.2.4")
}
}
@@ -132,7 +132,7 @@ dependencies {
this.isChanging = true
}
compile ("com.github.GTNewHorizons:StructureLib:1.0.6:deobf")
- compile("com.github.GTNewHorizons:TinkersConstruct:master-SNAPSHOT:deobf") {
+ compile("com.github.GTNewHorizons:TinkersConstruct:master-SNAPSHOT:dev") {
this.isChanging = true
}
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-1.7.10-SNAPSHOT:dev") {