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 0db921e commit 3599d7cCopy full SHA for 3599d7c
build.gradle
@@ -148,7 +148,7 @@ allprojects {
148
if (deployCommunity) {
149
clientConfig.info.setBuildName('sonar-enterprise-sqcb')
150
clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH',
151
- "${project.group}:sonar-application:zip,")
+ "${project.group}:sonar-application:zip")
152
} else {
153
clientConfig.info.setBuildName('sonar-enterprise-sqs')
154
0 commit comments