aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJason Mitchell <mitchej@gmail.com>2023-04-22 13:12:43 -0700
committerJason Mitchell <mitchej@gmail.com>2023-04-22 13:12:43 -0700
commit17ca58a724858e3127ad7dced8c5febfbe697621 (patch)
tree71fd69b9510585330e7945f81f61032ffaab473e /build.gradle
parent08106244313a3b6b2e6744ac5dbc6898861ff858 (diff)
downloadGT5-Unofficial-17ca58a724858e3127ad7dced8c5febfbe697621.tar.gz
GT5-Unofficial-17ca58a724858e3127ad7dced8c5febfbe697621.tar.bz2
GT5-Unofficial-17ca58a724858e3127ad7dced8c5febfbe697621.zip
Update BS & deps
Former-commit-id: 216b716f53ec8d2f252ea12f2d78bc03d70096c4
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