Skip to content

Commit 3599d7c

Browse files
steve-marion-sonarsourcesonartech
authored andcommitted
NO-JIRA Fix typo in artifact release
1 parent 0db921e commit 3599d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ allprojects {
148148
if (deployCommunity) {
149149
clientConfig.info.setBuildName('sonar-enterprise-sqcb')
150150
clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH',
151-
"${project.group}:sonar-application:zip,")
151+
"${project.group}:sonar-application:zip")
152152
} else {
153153
clientConfig.info.setBuildName('sonar-enterprise-sqs')
154154
clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH',

0 commit comments

Comments
 (0)