This is an automated email from the ASF dual-hosted git repository.
grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git
The following commit(s) were added to refs/heads/master by this push:
new 5fac491 additional flag for Java 11, according to latest logging
parent
5fac491 is described below
commit 5fac4918e1af912c780e0bc3e950031fcdec0f34
Author: Christian Grobmeier <[email protected]>
AuthorDate: Wed Dec 20 21:45:53 2023 +0100
additional flag for Java 11, according to latest logging parent
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4e04212..3f573ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -149,6 +150,7 @@
</build>
<dependencies>
+
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>