aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness/build.gradle
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-testing-harness/build.gradle
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-testing-harness/build.gradle')
-rw-r--r--sonar-testing-harness/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-testing-harness/build.gradle b/sonar-testing-harness/build.gradle
index 0ab5cc940d8..a46a55fb568 100644
--- a/sonar-testing-harness/build.gradle
+++ b/sonar-testing-harness/build.gradle
@@ -19,7 +19,7 @@ dependencies {
compileOnlyApi 'com.github.spotbugs:spotbugs-annotations'
}
-artifactoryPublish.skip = false
+artifactoryPublish.skip = !deployCommunity
publishing {
publications {
mavenJava(MavenPublication) {