This is an automated email from the ASF dual-hosted git repository.
rgoers 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 6d1adeb Add Java 11
6d1adeb is described below
commit 6d1adeb690335f277a6cd2e9a3acdd56da4524e0
Author: Ralph Goers <[email protected]>
AuthorDate: Wed Dec 11 23:25:43 2019 -0700
Add Java 11
---
toolchains-jenkins-win.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/toolchains-jenkins-win.xml b/toolchains-jenkins-win.xml
index 51438bb..8b5199b 100644
--- a/toolchains-jenkins-win.xml
+++ b/toolchains-jenkins-win.xml
@@ -47,6 +47,16 @@
<jdkHome>F:\jenkins\tools\java\latest9</jdkHome>
</configuration>
</toolchain>
+ <toolchain>
+ <type>jdk</type>
+ <provides>
+ <version>11</version>
+ <vendor>oracle</vendor>
+ </provides>
+ <configuration>
+ <jdkHome>F:\jenkins\tools\java\latest11</jdkHome>
+ </configuration>
+ </toolchain>
<!-- other toolchains -->
</toolchains>