Skip to content

Commit b2816df

Browse files
committed
build(test): Add unit tests, update some dependencies
1 parent 997e733 commit b2816df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ allprojects {
2525
property "sonar.junit.reportPaths", "build/test-results/test"
2626
property "sonar.java-coveragePlugin", "jacoco"
2727
property "sonar.coverage.jacoco.xmlReportPaths", "${rootDir}/build/reports/jacoco/generateMergedReport/generateMergedReport.xml"
28-
property "sonar.exclusions", ".github/**,samples/**/*,**/mybroker/**/*"
28+
property "sonar.exclusions", ".github/**,samples/**/*,**/mybroker/**/*,**/standalone/**/*"
2929
property 'sonar.coverage.exclusions', 'samples/**/*'
3030
}
3131
}

0 commit comments

Comments
 (0)