We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f98017 commit 1cde187Copy full SHA for 1cde187
build.gradle
@@ -87,5 +87,7 @@ sonarqube {
87
property "sonar.projectKey", "amadeus4dev_amadeus-java"
88
property "sonar.organization", "amadeus4dev"
89
property "sonar.host.url", "https://sonarcloud.io"
90
+
91
+ properties["sonar.exclusions"] += "src/main/java/com/amadeus/resources/**"
92
}
93
0 commit comments