aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Marion <steve.marion@sonarsource.com>2024-12-02 11:53:21 +0100
committersonartech <sonartech@sonarsource.com>2024-12-02 16:51:38 +0000
commit889253c668d4ad467bbcde7e580d7bfafdbd2224 (patch)
tree9d39be395c9769e043f177503a15626eec36471a
parent0db921e5b3b10050d11b4ec3199e2b7ce185602c (diff)
downloadsonarqube-889253c668d4ad467bbcde7e580d7bfafdbd2224.tar.gz
sonarqube-889253c668d4ad467bbcde7e580d7bfafdbd2224.zip
NO-JIRA Fix typo in artifact release
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 301c95821b3..ecd44557271 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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',