File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,12 @@ fun DependencyHandlerScope.setupConfigurations() {
6363 includeLib.dependencies.forEach {
6464 implementation(it)
6565 forgeRuntimeLibrary(it)
66- implementation(it)
6766 include(it)
6867 }
6968
7069 includeMod.dependencies.forEach {
7170 modImplementation(it)
7271 forgeRuntimeLibrary(it)
73- implementation(it)
7472 include(it)
7573 }
7674}
@@ -85,7 +83,7 @@ dependencies {
8583
8684 // Temporary, only works for production
8785 // See https://github.com/MinecraftForge/MinecraftForge/issues/8878
88- shadowBundle (" com.github.Edouard127:KDiscordIPC:$discordIPCVersion " ) {
86+ includeLib (" com.github.Edouard127:KDiscordIPC:$discordIPCVersion " ) {
8987 exclude(group = " org.jetbrains.kotlin" )
9088 exclude(group = " org.jetbrains.kotlinx" )
9189 exclude(group = " org.slf4j" )
You can’t perform that action at this time.
0 commit comments