aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSteve Marion <steve.marion@sonarsource.com>2024-11-14 16:55:28 +0100
committersonartech <sonartech@sonarsource.com>2024-11-15 20:02:43 +0000
commit8a91f64f9af3df510019e110d7339b8b9c6be8fd (patch)
tree59a2f34e13b51f27135c86994fc772b9020ec364 /sonar-application
parent6cc3297dc0645e1eae7609d4a2d8179f93d5d55d (diff)
downloadsonarqube-8a91f64f9af3df510019e110d7339b8b9c6be8fd.tar.gz
sonarqube-8a91f64f9af3df510019e110d7339b8b9c6be8fd.zip
SONAR-23626 publish Community Build and SonarQube Server independently.
Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Matteo Mara <matteo.mara@sonarsource.com>
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index c0e626f650c..50f06c839ad 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -373,7 +373,7 @@ assemble.dependsOn cleanLocalUnzippedDir
artifacts { zip zip }
-artifactoryPublish.skip = false
+artifactoryPublish.skip = !deployCommunity
def bomFile = layout.buildDirectory.file('reports/bom.json')
cyclonedxBom {