mirror of
https://github.com/LibreOffice/lots.git
synced 2025-07-25 01:28:09 +00:00
use hava 17 on CI (sonar scanner requires it)
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,11 +10,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tools {
|
tools {
|
||||||
jdk 'Java11'
|
jdk 'Java17'
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
UNO_PATH = '/opt/libreoffice6.4/program/'
|
UNO_PATH = '/opt/libreoffice24.2/program/'
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
Reference in New Issue
Block a user