aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJason Mitchell <mitchej@gmail.com>2023-04-22 13:55:05 -0700
committerJason Mitchell <mitchej@gmail.com>2023-04-22 13:55:05 -0700
commita5988a07ab100499db088a79a07793a82b050050 (patch)
tree9e185b526998d9f6afb6fdccca6ca031253a8365 /build.gradle
parentf31783d32b94d03e4a89c106ff089735eb5db8de (diff)
downloadGT5-Unofficial-a5988a07ab100499db088a79a07793a82b050050.tar.gz
GT5-Unofficial-a5988a07ab100499db088a79a07793a82b050050.tar.bz2
GT5-Unofficial-a5988a07ab100499db088a79a07793a82b050050.zip
Update BS & deps
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 f82d369676..74899dc97b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-//version: 1681680742
+//version: 1682104756
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
@@ -73,7 +73,7 @@ plugins {
id 'com.diffplug.spotless' version '6.7.2' apply false
id 'com.modrinth.minotaur' version '2.+' apply false
id 'com.matthewprenger.cursegradle' version '1.4.0' apply false
- id 'com.gtnewhorizons.retrofuturagradle' version '1.2.5'
+ id 'com.gtnewhorizons.retrofuturagradle' version '1.2.7'
}
boolean settingsupdated = verifySettingsGradle()
settingsupdated = verifyGitAttributes() || settingsupdated