Also fix JDK version in Jenkinsfile

This commit is contained in:
Konicai 2023-12-19 01:27:18 -05:00
parent 312879ae67
commit fc23ad3d5f
No known key found for this signature in database
GPG key ID: 710D09287708C823

2
Jenkinsfile vendored
View file

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