Skip to content

Commit 8d873f1

Browse files
committed
Fail on sonar fail
1 parent b2c2cec commit 8d873f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ sonarqube {
7171
property "sonar.sourceEncoding","UTF-8"
7272
property "sonar.java.binaries", "build/classes/java/main/"
7373
property "sonar.coverage.jacoco.xmlReportPaths","build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml"
74+
property "sonar.qualitygate.wait", "true"
7475
}
7576
}
7677

0 commit comments

Comments
 (0)