[ci skip] Update Java tooling name

This commit is contained in:
Alexander Brandes 2023-06-04 13:29:07 +02:00
parent c9a4a9c8b4
commit b7dc5f7ae5
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stage('Build') {
steps {
withEnv([
"PATH+JAVA=${tool 'Temurin-17.0.6+10'}/bin"
"PATH+JAVA=${tool 'Temurin-17.0.7_7'}/bin"
]) {
sh './gradlew clean build'
}