From f00c18c9fc8381dc1ca232284ab30c7ec6c0f2a9 Mon Sep 17 00:00:00 2001 From: RednedEpic Date: Sun, 27 Feb 2022 16:43:15 -0600 Subject: [PATCH] This is what floodgate uses; lets use it --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b8566b2f7..82fdcfb18 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stage ('Build') { steps { sh 'git submodule update --init --recursive' - sh './gradlew shadowJar' + sh './gradlew clean build' } post { success {