We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6df14a commit b9f9806Copy full SHA for b9f9806
Jenkinsfile
@@ -136,7 +136,7 @@ node {
136
"-Psigning.keyId=${env.signingKeyId} " +
137
"-Psigning.password=${env.signingPassword} " +
138
"-Psigning.secretKeyRingFile=${env.mavenCentralKeyFile}" +
139
- (env.BRANCH_NAME == "dev") ? " -Psnapshot" : ""
+ { (env.BRANCH_NAME == "dev") ? " -Psnapshot" : "" }
140
141
// see https://docs.gradle.org/6.0.1/release-notes.html "Publication of SHA256 and SHA512 checksums"
142
def preventSHACheckSums = "-Dorg.gradle.internal.publish.checksums.insecure=true"
0 commit comments