Skip to content

Commit c8a1f80

Browse files
authored
Fix sonarqube exclusions (#465)
1 parent a1e03ed commit c8a1f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ allprojects {
8484
property "sonar.projectKey", "StubbornJava_StubbornJava"
8585
property "sonar.organization", "stubbornjava"
8686
property "sonar.host.url", "https://sonarcloud.io"
87-
property "sonar.exclusions", "**/src/generated/*.java"
87+
property "sonar.exclusions", "**/src/generated/java/**/*.java"
8888
}
8989
}
9090
// Maven Publish End

0 commit comments

Comments
 (0)