Skip to content

Commit

Permalink
NO-JIRA Fix typo in artifact release
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-marion-sonarsource authored and sonartech committed Dec 2, 2024
1 parent 0db921e commit 3599d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ allprojects {
if (deployCommunity) {
clientConfig.info.setBuildName('sonar-enterprise-sqcb')
clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH',
"${project.group}:sonar-application:zip,")
"${project.group}:sonar-application:zip")
} else {
clientConfig.info.setBuildName('sonar-enterprise-sqs')
clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH',
Expand Down

0 comments on commit 3599d7c

Please sign in to comment.