Backport log4j 2.15.0 bugfix

This commit is contained in:
Shane Freeder
2021-12-09 18:46:11 +00:00
parent 9928ba8600
commit 2cff5b3b02
4 changed files with 861 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ shadowJar {
tasks.withType(Checkstyle) {
exclude('**/com/velocitypowered/proxy/protocol/packet/*.java')
// TODO: Remove during l4j2 2.15 update
exclude('**/org/apache/logging/log4j/core/**/*.java')
}
dependencies {