aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorJohann Bernhardt <johann.bernhardt@tum.de>2021-12-01 17:18:45 +0100
committerJohann Bernhardt <johann.bernhardt@tum.de>2021-12-01 17:18:45 +0100
commitfa30559d4b8cf1985e2e4a59bb4b6e9921400e75 (patch)
tree2b371cc54e565c3133ad688e3aae31d7cc64af8e /gradle.properties
parent40dfb5b69d194cef2c2c2323a4063eb62d5b4ca8 (diff)
downloadGT5-Unofficial-fa30559d4b8cf1985e2e4a59bb4b6e9921400e75.tar.gz
GT5-Unofficial-fa30559d4b8cf1985e2e4a59bb4b6e9921400e75.tar.bz2
GT5-Unofficial-fa30559d4b8cf1985e2e4a59bb4b6e9921400e75.zip
Add version replacement
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 7de46d9a1d..afdcba0467 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -26,10 +26,10 @@ developmentEnvironmentUserName = "Developer"
# The string's content will be replaced with your mods version when compiled. You should use this to specify your mod's
# version in @Mod([...], version = VERSION, [...])
# Leave these properties empty to skip individual token replacements
-replaceGradleTokenInFile =
+replaceGradleTokenInFile = GT_Mod.java
gradleTokenModId =
gradleTokenModName =
-gradleTokenVersion =
+gradleTokenVersion = GRADLETOKEN_VERSION
gradleTokenGroupName =
# In case your mod provides an API for other mods to implement you may declare its package here. Otherwise you can