Update Java on the CI to prepare for Java 16

This commit is contained in:
Camotoy 2021-08-16 20:43:22 -04:00
parent 7ae91a40ec
commit 61d95200e3
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
tools {
maven 'Maven 3'
jdk 'Java 8'
jdk 'Java 16'
}
options {
buildDiscarder(logRotator(artifactNumToKeepStr: '20'))