File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,16 @@ tasks.withType<ShadowJar> {
38
38
val relocatePath = " it.renvins.serverpulse.velocity.libs"
39
39
40
40
relocate(" com.influxdb" , " $relocatePath .influxdb" )
41
+ relocate(" okhttp3" , " $relocatePath .okhttp3" )
42
+ relocate(" okio" , " $relocatePath .okio" )
43
+ relocate(" org.jetbrains" , " $relocatePath .jetbrains" )
44
+ relocate(" com.google" , " $relocatePath .google" )
45
+ relocate(" io.reactivex" , " $relocatePath .reactivex" )
46
+ relocate(" javax.annotation" , " $relocatePath .annotation" )
47
+ relocate(" org.apache" , " $relocatePath .apache" )
48
+ relocate(" org.intellij" , " $relocatePath .intellij" )
49
+ relocate(" org.reactivestreams" , " $relocatePath .reactivestreams" )
50
+ relocate(" retrofit2" , " $relocatePath .retrofit2" )
51
+ relocate(" kotlin" , " $relocatePath .kotlin" ) // Relocate instead of exclude
52
+ relocate(" org.jetbrains.kotlin" , " $relocatePath .jetbrains.kotlin" ) // Relocate instead of exclude
41
53
}
You can’t perform that action at this time.
0 commit comments