3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-06 13:28:06 +02:00

Update Java on the CI to prepare for Java 16

Dieser Commit ist enthalten in:
Camotoy 2021-08-16 20:43:22 -04:00
Ursprung 7ae91a40ec
Commit 61d95200e3
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

2
Jenkinsfile vendored
Datei anzeigen

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