-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle 7 incompatibility due to implicit dependency #163
Comments
It's a known issue and being looked at as part of #150. I agree it means that Gradle cannot optimise the task, but I think it's not something that prevents the current use of the plugin? |
Thanks for the quick feedback @maiflai. Indeed it does not prevent the use of the plugin, but it would be good to fix it! If it is ok, I will leave this issue open for the time being, as a reference in case other users experience the same. |
…red dependency between report and jar tasks
I don't think this is related to #150. I opened a PR that should fix this warning. |
Much appreciated @eyalroth, thank you! |
I have tried this in the meantime, and the change does indeed get rid of the message above for dependency on the However, I still have warnings for the following tasks:
From what I understand from the change introduced, these tasks should have been included even before, with the dependency on Can you please reopen this and take a look @eyalroth or @maiflai ? |
…red dependency between report task and test tasks outputs
…red dependency between report task and test tasks outputs
Running
gradle-scoverage
under Gradle 7 (in this case7.1.1.
) results in the following warnings for multiple coverage tasks:Can you please check this issue?
The text was updated successfully, but these errors were encountered: