We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fcb18 commit 8fa3a12Copy full SHA for 8fa3a12
build.gradle
@@ -46,6 +46,7 @@ shadowJar {
46
relocate 'com.squareup', 'magibridge.com.squareup'
47
relocate 'okio', 'magibridge.okio'
48
relocate 'okhttp3', 'magibridge.okhttp3'
49
+ relocate 'net.dv8tion', 'magibridge.net.dv8tion'
50
dependencies {
51
exclude(dependency('org.slf4j:slf4j-api'))
52
exclude(dependency('net.java.dev.jna:jna'))
0 commit comments