aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2023-05-11 17:44:36 +0900
committerGitHub <noreply@github.com>2023-05-11 10:44:36 +0200
commitd755802d116daddc62b47679d7f65490c4bdd7d6 (patch)
tree9f23082f952b6dfd4be25e497b88129776f15180 /gradle.properties
parent3d3605a1f20bfcf164290b29c7632d3bdca00fe5 (diff)
downloadGT5-Unofficial-d755802d116daddc62b47679d7f65490c4bdd7d6.tar.gz
GT5-Unofficial-d755802d116daddc62b47679d7f65490c4bdd7d6.tar.bz2
GT5-Unofficial-d755802d116daddc62b47679d7f65490c4bdd7d6.zip
spotlessApply (#10)
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 2ba431d3a7..7fea7b33f2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -53,7 +53,9 @@ mixinsPackage =
coreModClass =
# If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod ( = some class
# that is annotated with @Mod) you want this to be true. When in doubt: leave it on false!
-containsMixinsAndOrCoreModOnly = true
+containsMixinsAndOrCoreModOnly = false
+
+# Enables Mixins even if this mod doesn't use them, useful if one of the dependencies uses mixins.
forceEnableMixins = true
# If enabled, you may use 'shadowImplementation' for dependencies. They will be integrated in your jar. It is your
@@ -63,4 +65,4 @@ usesShadowedDependencies = false
# Uncomment this to disable spotless checks
# This should only be uncommented to keep it easier to sync with upstream/other forks.
# That is, if there is no other active fork/upstream, NEVER change this.
-disableSpotless = true
+#disableSpotless = true