Skip to content

Commit eb14fd8

Browse files
committed
removed comments
1 parent d611ab0 commit eb14fd8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

forge/build.gradle.kts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,7 @@ dependencies {
8080
// Add dependencies on the required Kotlin modules.
8181
includeLib("org.reflections:reflections:0.10.2")
8282
includeLib("org.javassist:javassist:3.28.0-GA")
83-
84-
// Temporary, only works for production
85-
// See https://github.com/MinecraftForge/MinecraftForge/issues/8878
86-
includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion") {
87-
exclude(group = "org.jetbrains.kotlin")
88-
exclude(group = "org.jetbrains.kotlinx")
89-
exclude(group = "org.slf4j")
90-
}
83+
includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion")
9184

9285
// Add mods to the mod jar
9386
includeMod("thedarkcolour:kotlinforforge:$kotlinForgeVersion")

0 commit comments

Comments
 (0)