You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/01/08 03:03:00 UTC

[maven] 04/04: Add Java 17 to CI tests

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

slachiewicz pushed a commit to branch MNG-6909v2
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 35c28424601bc30af72f53350980df0f139dffa0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jan 8 03:54:47 2021 +0100

    Add Java 17 to CI tests
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ba9c3c8..3b11fc2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.6.3'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['8', '11']
+def runITsJdks = ['8', '11', '17']
 def runITsMvn = '3.6.3'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests