Skip to content

Commit

Permalink
Log4j shading fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Oct 3, 2024
1 parent 970540c commit 8fd9dbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer

plugins {
idea
java
Expand Down Expand Up @@ -75,6 +77,8 @@ tasks {
archiveBaseName.set(project.name)
archiveClassifier.set("shaded")
archiveVersion.set("")

transform(Log4j2PluginsCacheFileTransformer::class.java)
}
}

Expand Down

0 comments on commit 8fd9dbe

Please sign in to comment.