- Use jdk 21 in Jenkinsfile
This commit is contained in:
Jozufozu 2025-01-26 17:30:20 -08:00
parent cfc210c9af
commit 3be5df74ba

2
Jenkinsfile vendored
View file

@ -5,7 +5,7 @@ pipeline {
agent any agent any
tools { tools {
jdk "jdk-17.0.1" jdk "jdk-21"
} }
stages { stages {