mirror of https://github.com/apache/activemq.git
[AMQ-9235] Update Jenkins JDK 19 -> JDK 20 (#994)
JDK 20 compile succeeds
This commit is contained in:
parent
6e5838d82d
commit
1fdccd9cf4
|
@ -68,12 +68,12 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Build JDK 19') {
|
||||
stage('Build JDK 20') {
|
||||
tools {
|
||||
jdk "jdk_19_latest"
|
||||
jdk "jdk_20_latest"
|
||||
}
|
||||
steps {
|
||||
echo 'Building JDK 19'
|
||||
echo 'Building JDK 20'
|
||||
sh 'java -version'
|
||||
sh 'mvn -version'
|
||||
sh 'mvn -U -B -e clean install -DskipTests'
|
||||
|
|
Loading…
Reference in New Issue