You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2019/07/09 19:43:39 UTC

[logging-log4j2] branch master updated: Add Java 11 toolchain for Jenkins

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 5be05db  Add Java 11 toolchain for Jenkins
5be05db is described below

commit 5be05dbb4b79bcbc6fcbcf9e024c26382857158f
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Tue Jul 9 12:43:28 2019 -0700

    Add Java 11 toolchain for Jenkins
---
 toolchains-jenkins-ubuntu.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/toolchains-jenkins-ubuntu.xml b/toolchains-jenkins-ubuntu.xml
index 5821ce6..c94b888 100644
--- a/toolchains-jenkins-ubuntu.xml
+++ b/toolchains-jenkins-ubuntu.xml
@@ -57,6 +57,15 @@
       <jdkHome>/home/jenkins/tools/java/latest10</jdkHome>
     </configuration>
   </toolchain>
-
+  <toolchain>
+    <type>jdk</type>
+    <provides>
+      <version>11</version>
+      <vendor>oracle</vendor>
+    </provides>
+    <configuration>
+      <jdkHome>/home/jenkins/tools/java/latest11/</jdkHome>
+    </configuration>
+  </toolchain>
   <!-- other toolchains -->
 </toolchains>