aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-06-04 16:05:38 +0200
committerSonarTech <sonartech@sonarsource.com>2018-06-12 20:21:02 +0200
commit197cdc3b558cbad675572e2ce0005b0062c84940 (patch)
tree4608f0f1ac3b8369dfe119244aa0a5dc47ad3d49 /build.gradle
parent7e59b1e27f80a5d466913a3b9040ee82d1ae2e52 (diff)
downloadsonarqube-197cdc3b558cbad675572e2ce0005b0062c84940.tar.gz
sonarqube-197cdc3b558cbad675572e2ce0005b0062c84940.zip
SONAR-10687 split editions
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1884843ad26..73db298cb64 100644
--- a/build.gradle
+++ b/build.gradle
@@ -409,8 +409,9 @@ artifactory {
// Define the artifacts to be deployed to https://sonarsource.bintray.com on releases
clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH', "${project.group}:sonar-application:zip," +
"com.sonarsource.sonarqube:sonarqube-developer:zip," +
+ "com.sonarsource.sonarqube:sonarqube-datacenter:zip," +
"com.sonarsource.sonarqube:sonarqube-enterprise:zip," +
- "com.sonarsource.sonarqube:sonarqube-datacenter:zip")
+ "com.sonarsource.sonarqube:sonarcloud:zip")
// The name of this variable is important because it's used by the delivery process when extracting version from Artifactory build info.
clientConfig.info.addEnvironmentProperty('PROJECT_VERSION', "${version}")
}