mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Java 17 (Jenkinsfile)
This commit is contained in:
parent
a12c74c364
commit
8b9f41d4a6
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'))
|
||||||
|
|
Loading…
Reference in a new issue