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 7e5a8d9  Add JDK 10 b37 (early access build) (Windows Only)
7e5a8d9 is described below

commit 7e5a8d991ba0cfb20727aa995304672a34b631bb
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Fri Jan 19 20:53:35 2018 +0100

    Add JDK 10 b37 (early access build) (Windows Only)
---
 vars/jenkinsEnv.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index dc08220..9b19ae3 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -51,6 +51,8 @@ class jenkinsEnv implements Serializable {
                         return 'JDK 1.8 (latest)'
                     case '9':
                         return 'JDK 1.9 (latest)'
+                    case '10':
+                        return 'JDK 10 b37 (early access build) (Windows Only)'
                     default:
                         return null
                 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <commits@maven.apache.org>'].

Reply via email to