Fixed shadow jar problem with toml in fabric

This commit is contained in:
coolGi2007
2022-02-11 13:35:20 +00:00
parent d5c0f714fa
commit 9fff802baf
+4
View File
@@ -64,6 +64,10 @@ dependencies {
*/
// Toml
shadowMe("com.electronwill.night-config:toml:${rootProject.toml_version}") {}
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowMe(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }