1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-24 01:09:30 +00:00

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

2
Jenkinsfile vendored
View File

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