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 c51750c Added JDK 16 for Windows c51750c is described below commit c51750c5138142808269e446d1419e1a9e023aab Author: Martin Kanters <martinkant...@apache.org> AuthorDate: Mon Oct 5 17:25:51 2020 +0200 Added JDK 16 for Windows --- vars/jenkinsEnv.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy index 5cd8841..25c99c3 100644 --- a/vars/jenkinsEnv.groovy +++ b/vars/jenkinsEnv.groovy @@ -84,6 +84,8 @@ class jenkinsEnv implements Serializable { return 'JDK 14 (latest)' case '15': return 'JDK 15 (latest)' + case '16': + return 'JDK 16 (latest)' default: return null }