Skip to content

Commit e92b5f4

Browse files
committed
remove kotlin and exposed export from neoforge
1 parent 0671754 commit e92b5f4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

instances/neoforge/build.gradle.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)