Hi Julien,
I set the property in gradle. By the scanner logs you mean the gradle or the log in the background task?
Snippet setting the property:
property "sonar.coverage.exclusions", exclusionList.join(", ")
In the scanner context log I can see the expected list. Please note adding the space did not make a difference, i added it just in case.
Settings for module: WhAndroid_MODULES:push
- sonar.binaries=/Users/jenkins/Home/workspace/WhModules-android/push/build/intermediates/classes/debug
- sonar.coverage.exclusions=**/R.*, **/R$*.*, **/*$ViewInjector*.*, **/BuildConfig.*, **/Manifest*.*, android/**/*.*, **/*Injector.*, **/model/**, **/*Exception.*
- sonar.cpd.exclusions=**/model/**
Regards