Reputation: 11
I am trying to get only test coverage report generated by jacoco plugin in multi-module gradle project and dont want to run static code analysis(takes lotta time).
I have tried till now:
Error during SonarScanner CLI execution
org.sonar.java.AnalysisException: Your project contains .java files, please provide compiled classes with sonar.java.binaries property, or exclude them from the analysis with sonar.exclusions property.
There is also not enough resources available about these properties and how to do it. Please help
Upvotes: 1
Views: 72