aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorJohann Bernhardt <johann.bernhardt@tum.de>2021-12-17 18:08:42 +0100
committerJohann Bernhardt <johann.bernhardt@tum.de>2021-12-17 18:08:42 +0100
commite57033b2aa14bb9f714fed5191a49babed7a4e32 (patch)
treeacd1b82d04199454d6d07efb85f0fd505d84f92e /gradle.properties
parentcb309b464c5b2f8cbf0397a3b004075e1712db2e (diff)
downloadGT5-Unofficial-e57033b2aa14bb9f714fed5191a49babed7a4e32.tar.gz
GT5-Unofficial-e57033b2aa14bb9f714fed5191a49babed7a4e32.tar.bz2
GT5-Unofficial-e57033b2aa14bb9f714fed5191a49babed7a4e32.zip
Refactor AVRcore to maven dependency
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index d18a0daa12..3d49d30e98 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -57,7 +57,7 @@ containsMixinsAndOrCoreModOnly = false
# If enabled, you may use 'shadowImplementation' for dependencies. They will be integrated in your jar. It is your
# responsibility check the licence and request permission for distribution, if required.
-usesShadowedDependencies = false
+usesShadowedDependencies = true
# Optional parameter to customize the produced artifacts. Use this to preserver artifact naming when migrating older
# projects. New projects should not use this parameter.