Fix relocation of informative annotations

This commit is contained in:
Alexander Brandes 2023-01-11 08:48:12 +01:00
parent a12490c3eb
commit 66660507e0
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -88,7 +88,7 @@ tasks.named<ShadowJar>("shadowJar") {
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")
relocate("com.intellectualsites.informative-annotations", "com.plotsquared.core.annotation.informative")
relocate("com.intellectualsites.annotations", "com.plotsquared.core.annotations.informative")
// Get rid of all the libs which are 100% unused.
minimize()