You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2021/01/16 14:39:44 UTC

[maven-surefire] 02/03: [jenkins] temporarily removed JDK 16EA, see INFRA-20981

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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 10d7e33d6a20d8cfa811c220a966821b4f972c69
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sat Jan 16 03:11:36 2021 +0100

    [jenkins] temporarily removed JDK 16EA, see INFRA-20981
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c3d1d8b..c6c70da 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ properties(
 final def oses = ['linux':'ubuntu && !H48', 'windows':'Windows']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.6.x']
 // all non-EOL versions and the first EA
-final def jdks = [16, 15, 11, 8, 7]
+final def jdks = [15, 11, 8, 7]
 
 final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
 final def goals = ['clean', 'install']