diff options
author | isXander <xandersmith2008@gmail.com> | 2023-12-07 19:05:49 +0000 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-12-07 19:05:49 +0000 |
commit | a5c7dc6b85e3a283077ef590e62016f614cdd954 (patch) | |
tree | 5b233c23fa3832a2c19cdc689d20be09417531bd | |
parent | f5ecba0acfb8b60c1d695d1bb631cdf264365b0f (diff) | |
download | YetAnotherConfigLib-a5c7dc6b85e3a283077ef590e62016f614cdd954.tar.gz YetAnotherConfigLib-a5c7dc6b85e3a283077ef590e62016f614cdd954.tar.bz2 YetAnotherConfigLib-a5c7dc6b85e3a283077ef590e62016f614cdd954.zip |
fix neoforge project
-rw-r--r-- | neoforge/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neoforge/build.gradle.kts b/neoforge/build.gradle.kts index b58e037..47d672f 100644 --- a/neoforge/build.gradle.kts +++ b/neoforge/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { } "common"(project(path = ":common", configuration = "namedElements")) { isTransitive = false } - "shadowCommon"(project(path = ":common", configuration = "transformProductionForge")) { isTransitive = false } + "shadowCommon"(project(path = ":common", configuration = "transformProductionNeoForge")) { isTransitive = false } } java { |