Skip to content

Commit 4a753f2

Browse files
sebersolebeikov
authored andcommitted
1 parent 7efe174 commit 4a753f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.register('publish') {
6363

6464
nexusPublishing {
6565
repositories {
66-
sonatype
66+
sonatype()
6767
}
6868
}
6969

ci/release/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)