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 <[email protected]> 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
