mirror of https://github.com/apache/maven.git
Use JDK 11 as default for s390 builds
This commit is contained in:
parent
b08b62f8de
commit
9d65e2b240
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue