This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new 9d65e2b240 Use JDK 11 as default for s390 builds 9d65e2b240 is described below commit 9d65e2b2402b1c8a5d480394a0ae711ee6704757 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sun Nov 19 10:58:31 2023 +0100 Use JDK 11 as default for s390 builds --- Jenkinsfile.s390x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x index 2ffa7f5dee..818245998c 100644 --- a/Jenkinsfile.s390x +++ b/Jenkinsfile.s390x @@ -20,7 +20,7 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'5':'1'))]) def buildOs = 'linux' -def buildJdk = '8' +def buildJdk = '11' def buildMvn = '3.8.x' def runITsOses = ['linux'] def runITsJdks = ['11', '17']