-
Notifications
You must be signed in to change notification settings - Fork 201
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
Plugin is using a deprecated gradle API that will be deprecated in gradle 8.0 #680
Comments
The plugin should be updated to run in gradle 8.0 Right now it gives these warnings: The compileClasspathCopy configuration has been deprecated for dependency declaration. This will fail with an error in Gradle 9.0. Please use another configuration instead. Consult the upgrading guide for further information: https://docs.gradle.org/8.0/userguide/upgrading_version_5.html#dependencies_should_no_longer_be_declared_using_the_compile_and_runtime_configurations Thanks for the work you do. |
If the plugin is defined in a multi-module project:
invoking the plugin
dependencyUpdates
task with all warning visible will yield deprecation info like this:It is unknown what could have triggered those warning
The text was updated successfully, but these errors were encountered: