Skip to content

Commit c9460b7

Browse files
committed
adjust sonarqube settings
1 parent fc049fc commit c9460b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/scripts/sonarqube.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ sonarqube {
1111
property "sonar.tests", [
1212
'src/test/resources',
1313
'src/test/java',
14+
'src/test/scala',
1415
'src/test/groovy'] // test src dirs
1516
// reports stuff (for all languages)
1617
property 'sonar.junit.reportPaths', [

0 commit comments

Comments
 (0)