[jenkins] Remove the Build Java 9 step
This commit is contained in:
parent
708f6ee3cf
commit
beaef961d6
1 changed files with 0 additions and 8 deletions
|
@ -70,14 +70,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build Java 9') {
|
|
||||||
when { expression { dependenciesSupportJDK >= 9 } }
|
|
||||||
steps {
|
|
||||||
withMaven(maven: 'maven', jdk: 'JDK 9') {
|
|
||||||
sh "${mvn} clean --activate-profiles verify verify -Djava.version=9"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Build Java 10') {
|
stage('Build Java 10') {
|
||||||
when { expression { dependenciesSupportJDK >= 10 } }
|
when { expression { dependenciesSupportJDK >= 10 } }
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue