This is what floodgate uses; lets use it

This commit is contained in:
RednedEpic 2022-02-27 16:43:15 -06:00
parent 6321ecc166
commit f00c18c9fc
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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