aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorQuetz4l <Zereff06@gmail.com>2023-05-15 21:21:45 +0300
committerGitHub <noreply@github.com>2023-05-15 20:21:45 +0200
commitdcd9a0180e16dac1e04547c1a82f31679baab2dd (patch)
tree5437691eacc9eb85c448870d38cdcca1e0e941e9 /build.gradle
parent274cfd1ae8edbfa04457aab42670876a002a93d1 (diff)
downloadGT5-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.gradle4
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")