Java 17 (Jenkinsfile)

This commit is contained in:
Kas-tle 2022-07-12 07:38:57 -07:00 committed by GitHub
parent a12c74c364
commit 8b9f41d4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any agent any
tools { tools {
gradle 'Gradle 7' gradle 'Gradle 7'
jdk 'Java 16' jdk 'Java 17'
} }
options { options {
buildDiscarder(logRotator(artifactNumToKeepStr: '20')) buildDiscarder(logRotator(artifactNumToKeepStr: '20'))