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') {
63
63
64
64
nexusPublishing {
65
65
repositories {
66
- sonatype
66
+ sonatype()
67
67
}
68
68
}
69
69
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ pipeline {
57
57
stage(' Release check' ) {
58
58
steps {
59
59
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} "
63
63
64
64
// Avoid doing a release for commits from a release
65
65
def lastCommitter = sh(script : ' git show -s --format=\' %an\' ' , returnStdout : true ). trim()
You can’t perform that action at this time.
0 commit comments