Swap out jdk for jdk11
This commit is contained in:
parent
64354e05eb
commit
3bf69703fa
2 changed files with 2 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -16,9 +16,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
tools {
|
tools {
|
||||||
jdk "jdk8"
|
jdk "jdk11"
|
||||||
gradle "gradle7"
|
gradle "gradle7"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sh '''
|
sh '''
|
||||||
|
|
|
@ -73,5 +73,4 @@ test {
|
||||||
|
|
||||||
tasks.withType(JavaCompile).configureEach {
|
tasks.withType(JavaCompile).configureEach {
|
||||||
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
|
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
|
||||||
options.release = 8
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue