Skip to content

Commit 110fa23

Browse files
committed
Configure sonar.branch
1 parent 67d31fd commit 110fa23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ apply plugin: 'org.sonarqube'
2424

2525
sonarqube {
2626
properties {
27+
property 'sonar.branch', '1.1.x'
2728
property 'sonar.jacoco.reportPath', "${buildDir.name}/jacoco.exec"
2829
property 'sonar.java.coveragePlugin', 'jacoco'
2930
property 'sonar.links.ci', 'https://build.spring.io/browse/SRD'

0 commit comments

Comments
 (0)