We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6d46c commit f3dce22Copy full SHA for f3dce22
mod/build.gradle.kts
@@ -194,8 +194,8 @@ dependencies {
194
excludeKotlin()
195
exclude(module = "fabric-loader")
196
})
197
- include(implementation("gg.skytils.hypixel.types:types") { excludeKotlin() })
198
- include(implementation("gg.skytils.skytilsws.shared:ws-shared") { excludeKotlin() })
+ relocated(implementation("gg.skytils.hypixel.types:types") { excludeKotlin() })
+ relocated(implementation("gg.skytils.skytilsws.shared:ws-shared") { excludeKotlin() })
199
200
include(implementation("org.bouncycastle:bcpg-jdk18on:1.78.1") {
201
exclude(module = "bcprov-jdk18on")
0 commit comments