3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 12:32:53 +02:00

This is what floodgate uses; lets use it

Dieser Commit ist enthalten in:
RednedEpic 2022-02-27 16:43:15 -06:00
Ursprung 6321ecc166
Commit f00c18c9fc

2
Jenkinsfile vendored
Datei anzeigen

@ -11,7 +11,7 @@ pipeline {
stage ('Build') {
steps {
sh 'git submodule update --init --recursive'
sh './gradlew shadowJar'
sh './gradlew clean build'
}
post {
success {