This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
The following commit(s) were added to refs/heads/master by this push:
new 005a4ef Add Java 11-ea
005a4ef is described below
commit 005a4ef5e07c06395b8f1eaf1aedd68b97aa8446
Author: rfscholte <[email protected]>
AuthorDate: Mon Apr 30 20:57:17 2018 +0200
Add Java 11-ea
---
vars/jenkinsEnv.groovy | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 99cba71..f3f7fa6 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -42,6 +42,8 @@ class jenkinsEnv implements Serializable {
return 'JDK 1.9 (latest)'
case '10':
return 'JDK 10 (latest)'
+ case '11':
+ return 'JDK 11 b8 (early access build)'
default:
return null
}
@@ -55,6 +57,8 @@ class jenkinsEnv implements Serializable {
return 'JDK 1.9 (latest)'
case '10':
return 'JDK 10 b46 (Windows Only)'
+ case '11':
+ return 'JDK 11 b8 (early access build)'
default:
return null
}
--
To stop receiving notification emails like this one, please contact
[email protected].