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 736a970 Allow perf to compile with java 11
736a970 is described below
commit 736a970bb7d3fa4da1926fbb59b6079de27c67b4
Author: Matt Sicker <[email protected]>
AuthorDate: Wed Nov 21 12:25:41 2018 -0600
Allow perf to compile with java 11
Signed-off-by: Matt Sicker <[email protected]>
---
log4j-perf/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index 4316d40..fcf37a8 100644
--- a/log4j-perf/pom.xml
+++ b/log4j-perf/pom.xml
@@ -165,7 +165,7 @@
<configuration>
<toolchains>
<jdk>
- <version>9</version>
+ <version>[9, )</version>
</jdk>
</toolchains>
</configuration>