Skip to content

Commit b745236

Browse files
committed
Changes to packaging to fix issues with thermos
1 parent 4330d41 commit b745236

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

universal/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ shadowJar {
2626
classifier = null
2727
relocate "io.netty", "com.vexsoftware.votifier.netty"
2828
relocate "org.json", "com.vexsoftware.votifier.json"
29-
relocate "com.google.code", "com.vexsoftware.votifier.google"
30-
relocate "com.google.guava", "com.vexsoftware.votifier.google"
29+
relocate "com.google.code", "com.vexsoftware.votifier.google.code"
30+
relocate "com.google.common", "com.vexsoftware.votifier.google.common"
31+
relocate "com.google.guava", "com.vexsoftware.votifier.google.guava"
3132
relocate "org.apache.commons.io", "com.vexsoftware.votifier.commons.io"
3233
}
3334

0 commit comments

Comments
 (0)