Fixed shodow problem with toml (i forgot something before)

This commit is contained in:
coolGi2007
2022-02-11 13:38:13 +00:00
parent 1b0e362227
commit bd95b81a70
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -49,6 +49,10 @@ dependencies {
// modImplementation "maven.modrinth:iris:${rootProject.iris_version}"
// 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 }
+1 -1
View File
@@ -95,7 +95,7 @@ shadowJar {
configurations = [project.configurations.shadowMe]
relocate 'org.tukaani', 'shaded.tukaani'
relocate 'org.apache.commons.compress', 'shaded.apache.commons.compress'
// relocate 'com.electronwill.nightconfig', 'shaded.electronwill.nightconfig' // This is already included with forge
relocate 'com.electronwill.nightconfig', 'shaded.electronwill.nightconfig'
relocate 'com.seibel.lod.common', 'forge.com.seibel.lod.common'