There was an error while loading. Please reload this page.
1 parent ab52d89 commit 97c04ddCopy full SHA for 97c04dd
1 file changed
forge/build.gradle.kts
@@ -63,14 +63,12 @@ fun DependencyHandlerScope.setupConfigurations() {
63
includeLib.dependencies.forEach {
64
implementation(it)
65
forgeRuntimeLibrary(it)
66
- implementation(it)
67
include(it)
68
}
69
70
includeMod.dependencies.forEach {
71
modImplementation(it)
72
73
74
75
76
@@ -85,7 +83,7 @@ dependencies {
85
83
86
84
// Temporary, only works for production
87
// See https://github.com/MinecraftForge/MinecraftForge/issues/8878
88
- shadowBundle("com.github.Edouard127:KDiscordIPC:$discordIPCVersion") {
+ includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion") {
89
exclude(group = "org.jetbrains.kotlin")
90
exclude(group = "org.jetbrains.kotlinx")
91
exclude(group = "org.slf4j")
0 commit comments