It compiles, that's all I guarantee

This commit is contained in:
2022-04-19 19:05:57 -05:00
parent 4c0a4b8804
commit 856ff4c719
4 changed files with 75 additions and 4 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
stage('paperclipJar') {
steps {
withGradle {
sh './gradlew paperclipJar --no-daemon'
sh './gradlew createReobfPaperclipJar --no-daemon'
}
}
}