use hava 17 on CI (sonar scanner requires it)

This commit is contained in:
Christian Lohmaier
2024-07-05 16:31:31 +02:00
parent 329eab6cc1
commit 4c18d23130

4
Jenkinsfile vendored
View File

@ -10,11 +10,11 @@ pipeline {
}
tools {
jdk 'Java11'
jdk 'Java17'
}
environment {
UNO_PATH = '/opt/libreoffice6.4/program/'
UNO_PATH = '/opt/libreoffice24.2/program/'
}
stages {