File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ tasks.register('publish') {
6363
6464nexusPublishing {
6565 repositories {
66- sonatype
66+ sonatype()
6767 }
6868}
6969
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ pipeline {
5757 stage(' Release check' ) {
5858 steps {
5959 script {
60- print " INFO: params.RELEASE_VERSION = ${ params.RELEASE_VERSION} "
61- print " INFO: params.DEVELOPMENT_VERSION = ${ params.DEVELOPMENT_VERSION} "
62- print " INFO: params.RELEASE_DRY_RUN? = ${ params.RELEASE_DRY_RUN} "
60+ print " INFO: params.RELEASE_VERSION = ${ params.RELEASE_VERSION} "
61+ print " INFO: params.DEVELOPMENT_VERSION = ${ params.DEVELOPMENT_VERSION} "
62+ print " INFO: params.RELEASE_DRY_RUN? = ${ params.RELEASE_DRY_RUN} "
6363
6464 // Avoid doing a release for commits from a release
6565 def lastCommitter = sh(script : ' git show -s --format=\' %an\' ' , returnStdout : true ). trim()
You can’t perform that action at this time.
0 commit comments