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

Updated the Jenkinsfile

This commit is contained in:
Tim203
2021-12-08 01:09:08 +01:00
parent 32717d754a
commit cd4467cc45

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
tools { tools {
maven 'Gradle 7' gradle 'Gradle 7'
jdk 'Java 8' jdk 'Java 8'
} }
options { options {