diff --git a/.gitignore b/.gitignore index 2f3f35088..b0ccc3fff 100644 --- a/.gitignore +++ b/.gitignore @@ -131,6 +131,8 @@ local.properties checkstyle.xml classes/ *.bat + +# Other docs/ build/ diff --git a/Bukkit/build.gradle.kts b/Bukkit/build.gradle.kts index e458936c6..a6d056093 100644 --- a/Bukkit/build.gradle.kts +++ b/Bukkit/build.gradle.kts @@ -85,6 +85,8 @@ tasks.named("shadowJar") { relocate("javax.annotation", "com.plotsquared.core.annotation") relocate("com.github.spotbugs", "com.plotsquared.core.spotbugs") relocate("javax.inject", "com.plotsquared.core.annotation.inject") + relocate("net.jcip", "com.plotsquared.core.annotations.jcip") + relocate("edu.umd.cs.findbugs", "com.plotsquared.core.annotations.findbugs") // Get rid of all the libs which are 100% unused. minimize()