Almost forgor

This commit is contained in:
Telesphoreo 2022-04-04 17:32:55 -05:00
parent 65c6dc2d62
commit c9ea15b233
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -3,8 +3,8 @@ pipeline {
stages {
stage('build') {
steps {
sh './gradlew applyPatches'
sh './gradlew paperclipJar'
sh './gradlew applyPatches --no-daemon'
sh './gradlew paperclipJar --no-daemon'
}
}
}