Too many people are complaining about this

This commit is contained in:
Andrew Steinborn 2021-12-16 22:08:34 -05:00
parent 3315397934
commit d7195060f5

View File

@ -153,9 +153,6 @@ shadowJar {
// Exclude Checker Framework annotations
exclude 'org/checkerframework/checker/**'
// Exclude a Log4j class well-known for its use in recent security exploits.
exclude 'org/apache/logging/log4j/core/lookup/JndiLookup.class'
relocate 'org.bstats', 'com.velocitypowered.proxy.bstats'
}