Skip to content

Commit

Permalink
additional flag for Java 11, according to latest logging parent
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Dec 20, 2023
1 parent 580afa9 commit 5fac491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<chainsaw.mainclass>org.apache.log4j.chainsaw.ChainsawStarter</chainsaw.mainclass>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<log4j.version>2.22.0</log4j.version>
<dependency.locations.enabled>false</dependency.locations.enabled>
<ChainsawReleaseVersion>2.1.0</ChainsawReleaseVersion>
Expand All @@ -149,6 +150,7 @@
</build>

<dependencies>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
Expand Down

0 comments on commit 5fac491

Please sign in to comment.