Skip to content

Commit 97c04dd

Browse files
committed
fix: forge impl
1 parent ab52d89 commit 97c04dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

forge/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)