You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ma...@apache.org on 2020/10/05 18:20:58 UTC

[maven-jenkins-env] branch master updated: Java 16-ea has not been installed on the Windows Jenkins hosts yet.

This is an automated email from the ASF dual-hosted git repository.

martinkanters 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 4a8c35f  Java 16-ea has not been installed on the Windows Jenkins hosts yet.
4a8c35f is described below

commit 4a8c35fa6acb6a409ac027ebf16ae7f3073bbbba
Author: Martin Kanters <ma...@apache.org>
AuthorDate: Mon Oct 5 20:20:44 2020 +0200

    Java 16-ea has not been installed on the Windows Jenkins hosts yet.
---
 vars/jenkinsEnv.groovy | 2 --
 1 file changed, 2 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 25c99c3..5cd8841 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -84,8 +84,6 @@ class jenkinsEnv implements Serializable {
                         return 'JDK 14 (latest)'
                     case '15':
                         return 'JDK 15 (latest)'
-                    case '16':
-                        return 'JDK 16 (latest)'
                     default:
                         return null
                 }