diff options
author | Glease <4586901+Glease@users.noreply.github.com> | 2021-07-30 19:15:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 19:15:32 +0800 |
commit | af00642874341e9a3e9b78e6fb0104151a49f041 (patch) | |
tree | 27b062c101ab9f3cb402ca7e6a75600cf0bde412 | |
parent | 97770547e364cde3c32c95900d0f7dd5f28dda34 (diff) | |
download | GT5-Unofficial-af00642874341e9a3e9b78e6fb0104151a49f041.tar.gz GT5-Unofficial-af00642874341e9a3e9b78e6fb0104151a49f041.tar.bz2 GT5-Unofficial-af00642874341e9a3e9b78e6fb0104151a49f041.zip |
Use experimental branch since it's merged
Former-commit-id: dea0d9300df04dc3e5fa22a53adbe1e70b923e31
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 9e27f59691..8a484f5f98 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -128,7 +128,7 @@ dependencies { //hard deps compile("net.industrial-craft:industrialcraft-2:$ic2Version:dev") //jitpack - compile("com.github.GTNewHorizons:GT5-Unofficial:structurelib-integration-SNAPSHOT:dev") { + compile("com.github.GTNewHorizons:GT5-Unofficial:experimental-SNAPSHOT:dev") { this.isChanging = true } compile ("com.github.GTNewHorizons:StructureLib:1.0.6:deobf") |