aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2023-02-01 16:22:21 +0000
committerRaven Szewczyk <git@eigenraven.me>2023-02-01 16:22:21 +0000
commit084faa7bad8c0c08c7a04fdf1f67cd27f6d242fc (patch)
tree837de419713b73a38c0e5998fc5361963c48f747
parent63ea934b93ae3d6b150fa067782d23d37cada453 (diff)
downloadGT5-Unofficial-084faa7bad8c0c08c7a04fdf1f67cd27f6d242fc.tar.gz
GT5-Unofficial-084faa7bad8c0c08c7a04fdf1f67cd27f6d242fc.tar.bz2
GT5-Unofficial-084faa7bad8c0c08c7a04fdf1f67cd27f6d242fc.zip
Update buildscript
-rw-r--r--build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index fe8a2e7be2..447de38414 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-//version: 1675110695
+//version: 1675268365
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
@@ -66,7 +66,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.1.2'
+ id 'com.gtnewhorizons.retrofuturagradle' version '1.1.4'
}
boolean settingsupdated = verifySettingsGradle()
settingsupdated = verifyGitAttributes() || settingsupdated
@@ -743,6 +743,7 @@ idea {
module {
downloadJavadoc = true
downloadSources = true
+ inheritOutputDirs = true
}
project {
settings {