Skip to content

Commit

Permalink
Fix maven publishing step in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jan 18, 2023
1 parent 61d3bcb commit 4d57cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile
Expand Up @@ -36,7 +36,7 @@ pipeline {

stage('Publish Maven') {
steps {
sh "./gradlew publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR} --no-daemon"
sh "./gradlew uploadJars -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR} --no-daemon"
}
}

Expand Down

0 comments on commit 4d57cd3

Please sign in to comment.