1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-31 12:46:39 +00:00

Generify Gradle

This commit is contained in:
DoctorMacc
2020-10-07 20:29:39 -04:00
parent 293f691d39
commit 7b0c1e9a05

View File

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