started in debug mode, removed exclusions, updated to jacoco.xml instead of exec
Ours is a Java multi module project, Gradle is the build tool,
We recently upgraded Sonar.
For this we removed the Sonar plugins from build.gradle and created a sonar-project.properties file with following information:
Hi Ann,
I see sonarqube is reading the jacoco.xml files, but it is not reading multiple files,
When I run the build locally, I see all the files. But in the logs it is reading only one file.
Another Issue:
I tried merging these files but build.gradle is not able to merge xml like it used to merge execs.
We upgraded to SonarQube scanner using Java 17 version.
It would be great if you have any docs explaining how to merge with gradle, as exec merging was good. But issue with xml merging.