Update dependencies (#1717)

This commit is contained in:
Nassim Jahnke
2026-01-25 19:13:08 +01:00
committed by GitHub
parent 7e4f37b5f5
commit d69431a08e
8 changed files with 40 additions and 42 deletions

View File

@@ -27,6 +27,10 @@ tasks {
}
shadowJar {
filesMatching("META-INF/org/apache/logging/log4j/core/config/plugins/**") {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}
transform(Log4j2PluginsCacheFileTransformer::class.java)
// Exclude all the collection types we don"t intend to use