mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-09 03:34:59 +01:00
More jdk
- Use jdk 21 in Jenkinsfile
This commit is contained in:
parent
cfc210c9af
commit
3be5df74ba
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
tools {
|
tools {
|
||||||
jdk "jdk-17.0.1"
|
jdk "jdk-21"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
Loading…
Reference in a new issue