aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2023-01-31 20:02:15 +0100
committerMartin Robertz <dream-master@gmx.net>2023-01-31 20:02:15 +0100
commitd7908e21d5bc9b236d64ba5de40bd79286e440db (patch)
tree88a2564f91b7f85cde9d9b61c4310419ab7cc839
parent4f67b1ca0185c18bbbb0f1ee3dcdf2ce5186a42e (diff)
downloadGT5-Unofficial-d7908e21d5bc9b236d64ba5de40bd79286e440db.tar.gz
GT5-Unofficial-d7908e21d5bc9b236d64ba5de40bd79286e440db.tar.bz2
GT5-Unofficial-d7908e21d5bc9b236d64ba5de40bd79286e440db.zip
bs
-rw-r--r--build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index fe8a2e7be2..e2e8960ee9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-//version: 1675110695
+//version: 1675173326
/*
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.3'
}
boolean settingsupdated = verifySettingsGradle()
settingsupdated = verifyGitAttributes() || settingsupdated
@@ -743,6 +743,7 @@ idea {
module {
downloadJavadoc = true
downloadSources = true
+ inheritOutputDirs = true
}
project {
settings {