You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all: Thanks for your great plugin! We use it in most of our projects! 👍
I updated the plugin's version in one of our projects from 3.4.0 to 7.0.8 and our Sonar integration stopped working. Sonar/Jacoco could not find the integrationTest task's execution data anymore.
I had to add the following line to Jacoco's configuration in my build.gradle:
Hi everyone!
First of all: Thanks for your great plugin! We use it in most of our projects! 👍
I updated the plugin's version in one of our projects from 3.4.0 to 7.0.8 and our Sonar integration stopped working. Sonar/Jacoco could not find the integrationTest task's execution data anymore.
I had to add the following line to Jacoco's configuration in my build.gradle:
The project uses Gradle 6.1.
Might this be a bug or am I missing something?
Thanks,
Christopher
The text was updated successfully, but these errors were encountered: