@@ -27,27 +27,27 @@ dependencies {
2727
2828 implementation(rootProject.libs.adventure.api)
2929 implementation(rootProject.libs.adventure.gson)
30+ implementation(rootProject.libs.caffeine)
3031}
3132
3233tasks.named<ShadowJar >(" shadowJar" ) {
3334 mergeServiceFiles()
3435
35- val versionPath = project.version.toString().replace(" ." , " _" ).replace(" -" , " _" )
36-
37- relocate(" io.nats" , " app.simplecloud.api.shaded.v${versionPath} .nats" )
38- relocate(" com.google" , " app.simplecloud.api.shaded.v${versionPath} .google" )
39- relocate(" build.buf" , " app.simplecloud.api.shaded.v${versionPath} .buf" )
40- relocate(" okhttp3" , " app.simplecloud.api.shaded.v${versionPath} .okhttp3" )
41- relocate(" okio" , " app.simplecloud.api.shaded.v${versionPath} .okio" )
42- relocate(" io.gsonfire" , " app.simplecloud.api.shaded.v${versionPath} .gsonfire" )
43- relocate(" org.bouncycastle" , " app.simplecloud.api.shaded.v${versionPath} .bouncycastle" )
44- relocate(" org.intellij" , " app.simplecloud.api.shaded.v${versionPath} .intellij" )
45- relocate(" org.jetbrains" , " app.simplecloud.api.shaded.v${versionPath} .jetbrains" )
46- relocate(" kotlin" , " app.simplecloud.api.shaded.v${versionPath} .kotlin" )
47-
48- relocate(" google" , " app.simplecloud.api.shaded.v${versionPath} .google" )
49- relocate(" native" , " app.simplecloud.api.shaded.v${versionPath} .native" )
50- relocate(" core" , " app.simplecloud.api.shaded.v${versionPath} .core" )
36+ relocate(" io.nats" , " app.simplecloud.api.shaded.nats" )
37+ relocate(" com.google" , " app.simplecloud.api.shaded.google" )
38+ relocate(" build.buf" , " app.simplecloud.api.shaded.buf" )
39+ relocate(" okhttp3" , " app.simplecloud.api.shaded.okhttp3" )
40+ relocate(" okio" , " app.simplecloud.api.shaded.okio" )
41+ relocate(" io.gsonfire" , " app.simplecloud.api.shaded.gsonfire" )
42+ relocate(" org.bouncycastle" , " app.simplecloud.api.shaded.bouncycastle" )
43+ relocate(" org.intellij" , " app.simplecloud.api.shaded.intellij" )
44+ relocate(" org.jetbrains" , " app.simplecloud.api.shaded.jetbrains" )
45+ relocate(" kotlin" , " app.simplecloud.api.shaded.kotlin" )
46+ relocate(" com.github.benmanes.caffeine" , " app.simplecloud.api.shaded.caffeine" )
47+
48+ relocate(" google" , " app.simplecloud.api.shaded.google" )
49+ relocate(" native" , " app.simplecloud.api.shaded.native" )
50+ relocate(" core" , " app.simplecloud.api.shaded.core" )
5151
5252 archiveClassifier.set(" " )
5353}
0 commit comments