Skip to content

Commit

Permalink
Fix Log4j inclusion in jpackage-image
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Nov 14, 2023
1 parent 36ca2d1 commit f89efd2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,13 @@ jlink {
]
}
}

mergedModule {
additive = true
uses "org.apache.logging.log4j.spi.Provider"
uses "org.apache.logging.log4j.core.util.WatchEventService"
uses "org.apache.logging.log4j.core.util.ContextDataProvider"
}
}

task fatJar(type: Jar) {
Expand Down

0 comments on commit f89efd2

Please sign in to comment.