-
Notifications
You must be signed in to change notification settings - Fork 14
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
Incompatible with Gradle 8.11: ClassNotFoundException: org.gradle.api.reporting.internal.TaskReportContainer #76
Comments
Thanks @jhonnen for reporting is. Do you already have a fix in mind and would like to contribute with a PR? |
I don't have an obvious solution at the moment. The Gradle API doesn't seem to support report containers in 3rd party plugins.
Both DelegatingReportContainer and DefaultReportContainer are still internal. You could of course just use that new internal API if you're OK with dropping support for Gradle <8.11 |
Some updates and useful resources, that might help
Seems they recommend to use the Reporting Interface to develop an own Reporter/Logger Class |
The plugin is currently not compatible with Gradle 8.11 because the internal class
TaskReportContainer
was removed.The text was updated successfully, but these errors were encountered: