From: Simon Brandhof Date: Thu, 14 Jun 2018 15:21:04 +0000 (+0200) Subject: Consistent groupId for private modules X-Git-Tag: 7.5~977 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=414fe2a8042189263c5d1d29adabff5076c600fc;p=sonarqube.git Consistent groupId for private modules --- diff --git a/build.gradle b/build.gradle index 20e61061ff7..bfc559928bd 100644 --- a/build.gradle +++ b/build.gradle @@ -414,8 +414,9 @@ artifactory { 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:sonarcloud:zip") + "com.sonarsource.sonarqube:sonarqube-enterprise: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('ARTIFACTS_TO_DOWNLOAD', 'com.sonarsource.sonarqube:sonarcloud:zip') + // Define additional artifacts to display on BURGR clientConfig.info.addEnvironmentProperty('PROJECT_VERSION', "${version}") }