aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorah-OOG-ah <75745146+ah-OOG-ah@users.noreply.github.com>2024-06-03 14:55:14 -0400
committerah-OOG-ah <75745146+ah-OOG-ah@users.noreply.github.com>2024-06-03 14:55:14 -0400
commitf7d5ba0efde74e581e8b56a4336f8787f637534b (patch)
tree92280f4901236355688fac151eb9d186371aa750 /gradle.properties
parent1b8d805ac1b4b56c59e4b914bcc487ce0680b19c (diff)
downloadGT5-Unofficial-f7d5ba0efde74e581e8b56a4336f8787f637534b.tar.gz
GT5-Unofficial-f7d5ba0efde74e581e8b56a4336f8787f637534b.tar.bz2
GT5-Unofficial-f7d5ba0efde74e581e8b56a4336f8787f637534b.zip
Update BS - split off dreamcraft compat
This won't build until GT5u fixes it's dependencies
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index 1ad8b97ce3..256ed6587a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -50,10 +50,10 @@ enableGenericInjection = false
# Generate a class with a String field for the mod version named as defined below.
# If generateGradleTokenClass is empty or not missing, no such class will be generated.
# If gradleTokenVersion is empty or missing, the field will not be present in the class.
-generateGradleTokenClass =
+generateGradleTokenClass = com.detrav.Tags
# Name of the token containing the project's current version to generate/replace.
-gradleTokenVersion = GRADLETOKEN_VERSION
+gradleTokenVersion = VERSION
# [DEPRECATED] Mod ID replacement token.
gradleTokenModId =
@@ -70,7 +70,7 @@ gradleTokenGroupName =
# The string's content will be replaced with your mod's 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 = DetravScannerMod.java
+replaceGradleTokenInFile =
# In case your mod provides an API for other mods to implement you may declare its package here. Otherwise, you can
# leave this property empty.