This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 507295b Allow core-java9 to compile with java 11
507295b is described below
commit 507295b7ead2a4e8340891d602221e4607b59b5e
Author: Matt Sicker <[email protected]>
AuthorDate: Wed Nov 21 11:59:44 2018 -0600
Allow core-java9 to compile with java 11
Signed-off-by: Matt Sicker <[email protected]>
---
log4j-core-java9/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-core-java9/pom.xml b/log4j-core-java9/pom.xml
index fa7d7b7..32c089a 100644
--- a/log4j-core-java9/pom.xml
+++ b/log4j-core-java9/pom.xml
@@ -65,7 +65,7 @@
<configuration>
<toolchains>
<jdk>
- <version>9</version>
+ <version>[9, )</version>
</jdk>
</toolchains>
</configuration>