Skip to content

Commit eb464d1

Browse files
committed
build(core): drop no-op auto-service and jspecify relocations
Neither package is on runtimeClasspath; both are compile-only transitives whose annotations never reach the shadow jar.
1 parent 9738aba commit eb464d1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pluginbase-core/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ tasks.shadowJar {
2222
relocate("revxrsal.commands", "dev.demeng.pluginbase.lib.lamp")
2323
relocate("com.cryptomorin.xseries", "dev.demeng.pluginbase.lib.xseries")
2424
relocate("net.jodah.expiringmap", "dev.demeng.pluginbase.lib.expiringmap")
25-
relocate("com.google.auto.service", "dev.demeng.pluginbase.lib.autoservice")
26-
relocate("org.jspecify.annotations", "dev.demeng.pluginbase.lib.jspecify")
2725

2826
exclude("com/cryptomorin/xseries/SkullCacheListener*")
2927
exclude("com/cryptomorin/xseries/NoteBlockMusic*")

0 commit comments

Comments
 (0)