Update Jenkinsfile

This commit is contained in:
Telesphoreo 2023-09-23 13:17:42 -05:00
parent f8f680cbf7
commit aa957c1777

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
stage('paperclipJar') {
steps {
withGradle {
sh './gradlew createReobfPaperclipJar'
sh './gradlew createReobfPaperclipJar --stacktrace --info'
}
sh """
#!/bin/sh