Fix JAR Build
SorceryCraft/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-03-01 21:45:16 -05:00
parent 218e99c65f
commit b377d8b7f0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh './gradlew jar'
sh './gradlew build'
}
post {
success {