From aa957c1777a03bddb676067c133c0f553e66d0cf Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sat, 23 Sep 2023 13:17:42 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4118c1e..964c3c8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stage('paperclipJar') { steps { withGradle { - sh './gradlew createReobfPaperclipJar' + sh './gradlew createReobfPaperclipJar --stacktrace --info' } sh """ #!/bin/sh