Skip to content

Commit

Permalink
sonar exclusions optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
maemresen committed May 5, 2024
1 parent 80a4ef7 commit 6ae68de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions module/app/k8s-workshop-data-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ val confluentVersion = "7.6.1"
val springCloudVersion = "2023.0.0"
val lombokVersion = "1.18.30"

sonar {
properties {
property("sonar.exclusions", "src/main/config/**/*")
}
}


repositories {
maven {
setUrl("https://packages.confluent.io/maven/")
Expand Down

0 comments on commit 6ae68de

Please sign in to comment.