change to java 25 since petclinic requirement

This commit is contained in:
Yuxin Deng 2025-11-11 22:01:02 -05:00
parent 10460bb30d
commit 29517e02a6

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
tools {
maven 'Maven 3.9.5'
jdk 'JDK 17'
jdk 'JDK 25'
}
triggers {