Skip to content

Commit f841924

Browse files
committed
relocate dependencies to prevent class conflict
1 parent cc6b3cf commit f841924

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ jar {
176176
shadowJar {
177177
archiveClassifier.set("shadow")
178178

179+
relocate("org.java_websocket", "zzzank.probejs.shaded.java_websocket")
180+
relocate("org.slf4j", "zzzank.probejs.shaded.slf4j")
181+
179182
configurations = [project.configurations.shade]
180183
}
181184

0 commit comments

Comments
 (0)