File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ val shadowJar by tasks.getting(ShadowJar::class) {
129129 // Be sure to relocate EXACT PACKAGES!!
130130 // For example, relocate org.some.package instead of org
131131 // Becuase relocation org will break other non-relocated dependencies such as org.minecraft
132+ // Don't relocate `org.jetbrains.exposed` and `kotlin`
132133 listOf (
133134 " ch.qos.logback" ,
134135 " club.minnced.discord" ,
@@ -141,7 +142,6 @@ val shadowJar by tasks.getting(ShadowJar::class) {
141142 " gnu.trove" ,
142143 " it.krzeminski" ,
143144 " javax.xml" ,
144- // "kotlin",
145145 " kotlinx" ,
146146 " net.dv8tion" ,
147147 " net.kyori" ,
@@ -150,10 +150,7 @@ val shadowJar by tasks.getting(ShadowJar::class) {
150150 " okio" ,
151151 " org.apache" ,
152152 " org.h2" ,
153- " org.jetbrains.exposed.dao" ,
154- " org.jetbrains.exposed.exceptions" ,
155- " org.jetbrains.exposed.jdbc" ,
156- " org.jetbrains.exposed.sql" ,
153+ " org.sqlite" ,
157154 " org.jetbrains.kotlin" ,
158155 " org.jetbrains.kotlinx" ,
159156 " org.json" ,
You can’t perform that action at this time.
0 commit comments