3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-17 00:33:47 +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') { stage ('Build') {
steps { steps {
sh 'git submodule update --init --recursive' sh 'git submodule update --init --recursive'
sh './gradlew shadowJar' sh './gradlew clean build'
} }
post { post {
success { success {