[MNG-7452] - Remove JDK7 run on Maven 3.9.X Branch

This commit is contained in:
Karl Heinz Marbaise 2022-04-05 21:57:14 +02:00
parent c604db3c3a
commit a116f25002
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ def buildOs = 'linux'
def buildJdk = '8'
def buildMvn = '3.6.0'
def runITsOses = ['linux', 'windows']
def runITsJdks = ['7', '8', '11','17']
def runITsJdks = ['8', '11','17']
def runITsMvn = '3.6.0'
def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
def tests