build: Replace jsr305 with spotbugs (#3576)

This commit is contained in:
Alexander Brandes
2022-04-19 00:48:23 +02:00
committed by GitHub
parent bfe3141ff1
commit e5764b958d
3 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ tasks.named<ShadowJar>("shadowJar") {
relocate("org.jetbrains", "com.plotsquared.core.annotations")
relocate("org.intellij.lang", "com.plotsquared.core.intellij.annotations")
relocate("javax.annotation", "com.plotsquared.core.annotation")
relocate("com.google.code.findbugs", "com.plotsquared.core.findbugs")
relocate("com.github.spotbugs", "com.plotsquared.core.spotbugs")
relocate("javax.inject", "com.plotsquared.core.annotation.inject")
// Get rid of all the libs which are 100% unused.