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

2
Jenkinsfile vendored
View file

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