diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2018-06-21 09:28:15 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2018-06-29 09:10:18 +0200 |
commit | 769673ede15e8ec4c5737475a9eb901b4524c1df (patch) | |
tree | 56ee3e62af2c268daf427036766866e0762763c8 /build.gradle | |
parent | 0087f816fd3afe326de99cd37cd34da8b0ee49de (diff) | |
download | sonarqube-769673ede15e8ec4c5737475a9eb901b4524c1df.tar.gz sonarqube-769673ede15e8ec4c5737475a9eb901b4524c1df.zip |
SONAR-10860 Add a zip for documentation
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d94f2d73c36..2a55eceb0cb 100644 --- a/build.gradle +++ b/build.gradle @@ -420,7 +420,8 @@ artifactory { 'com.sonarsource.sonarqube:sonarcloud:zip,' + 'com.sonarsource.sonarqube:sonarqube-developer:yguard,' + 'com.sonarsource.sonarqube:sonarqube-datacenter:yguard,' + - 'com.sonarsource.sonarqube:sonarqube-enterprise:yguard') + 'com.sonarsource.sonarqube:sonarqube-enterprise:yguard,' + + 'com.sonarsource.sonarqube:docs: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}") } |