1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Update Jenkinsfile

This commit is contained in:
Camotoy
2024-04-28 18:01:42 -04:00
committed by GitHub
parent f05ed8cd2f
commit 2680cb9f56

4
Jenkinsfile vendored
View File

@@ -1,8 +1,8 @@
pipeline {
agent any
tools {
gradle 'Gradle 7'
jdk 'Java 17'
gradle 'Gradle 8'
jdk 'Java 21'
}
parameters {