fix(sonar8): Füge gradles build-Verzeichnis zur Sonar-Ausnahmeliste hinzu

This commit is contained in:
Timo Beller 2022-07-18 23:42:25 +02:00
parent 0364637b0d
commit 3ab16b8997

View File

@ -4,7 +4,7 @@
SONAR_HOST_URL: https://sonar.exxcellent.de/sonar8
SONAR_PROJECT_KEY: ""
SONAR_PROJECT_NAME: ""
SONAR_EXCLUSIONS: "**/target/**,**/src/test/**"
SONAR_EXCLUSIONS: "**/target/**,**/build/**,**/src/test/**"
SONAR_QUALITYGATE_WAIT: "true"
SONAR_QUALITYGATE_TIMEOUT: "10000"