From 6cc3297dc0645e1eae7609d4a2d8179f93d5d55d Mon Sep 17 00:00:00 2001 From: Steve Marion Date: Thu, 14 Nov 2024 16:47:42 +0100 Subject: SONAR-23625 support for different version for community build. Co-authored-by: Alain Kermis Co-authored-by: Matteo Mara --- buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy | 1 + 1 file changed, 1 insertion(+) (limited to 'buildSrc') diff --git a/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy b/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy index fb4a9859689..6284a251604 100644 --- a/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy +++ b/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy @@ -10,6 +10,7 @@ abstract class BlackBoxTest extends Test { if (!project.version.endsWith("-SNAPSHOT")) { systemProperty 'sonar.runtimeVersion', project.version + systemProperty 'sonar.communityRuntimeVersion', project.communityVersion } testLogging { -- cgit v1.2.3