Use Gradle wrapper

This commit is contained in:
Telesphoreo 2022-04-07 00:05:56 -05:00
parent ac5ee6b0d7
commit 3feb510c17
1 changed files with 4 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -3,11 +3,13 @@ pipeline {
stages {
stage('build') {
steps {
withGradle {
sh './gradlew applyPatches --no-daemon'
sh './gradlew paperclipJar --no-daemon'
}
}
}
}
post {
always {
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true