diff options
author | Quetz4l <Zereff06@gmail.com> | 2023-05-15 21:21:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 20:21:45 +0200 |
commit | dcd9a0180e16dac1e04547c1a82f31679baab2dd (patch) | |
tree | 5437691eacc9eb85c448870d38cdcca1e0e941e9 /build.gradle | |
parent | 274cfd1ae8edbfa04457aab42670876a002a93d1 (diff) | |
download | GT5-Unofficial-dcd9a0180e16dac1e04547c1a82f31679baab2dd.tar.gz GT5-Unofficial-dcd9a0180e16dac1e04547c1a82f31679baab2dd.tar.bz2 GT5-Unofficial-dcd9a0180e16dac1e04547c1a82f31679baab2dd.zip |
cleanroom -> botania glass (#1993)
* added support for botania glass in clean room. No more than 50% in structure.
* bs
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 3fa171e0dd..8bbb6e9280 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -//version: 1683705740 +//version: 1684139283 /* DO NOT CHANGE THIS FILE! Also, you may replace this file at any time if there is an update available. @@ -69,7 +69,7 @@ plugins { id 'com.diffplug.spotless' version '6.13.0' apply false // 6.13.0 is the last jvm8 supporting version id 'com.modrinth.minotaur' version '2.+' apply false id 'com.matthewprenger.cursegradle' version '1.4.0' apply false - id 'com.gtnewhorizons.retrofuturagradle' version '1.3.11' + id 'com.gtnewhorizons.retrofuturagradle' version '1.3.14' } print("You might want to check out './gradlew :faq' if your build fails.\n") |