Swap out jdk for jdk11

This commit is contained in:
zontreck 2024-09-06 23:29:58 -07:00
parent 64354e05eb
commit 3bf69703fa
2 changed files with 2 additions and 2 deletions

3
Jenkinsfile vendored
View file

@ -16,9 +16,10 @@ pipeline {
}
tools {
jdk "jdk8"
jdk "jdk11"
gradle "gradle7"
}
steps {
script {
sh '''

View file

@ -73,5 +73,4 @@ test {
tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
options.release = 8
}