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
Steps to Reproduce:
Execute command gradle dependencyUpdates -Drevision=release
Deprecation warning:
Gradle shows following deprecation warning:-
[warn] The LenientConfiguration.getFirstLevelModuleDependencies(Spec) method has been deprecated.
This is scheduled to be removed in Gradle 9.0.
- Solutions
[enum] Use getFirstLevelModuleDependencies() instead.
- The LenientConfiguration.getFirstLevelModuleDependencies(Spec) method has been deprecated.the-lenientconfiguration-getfirstlevelmoduledependencies-spec-method-has-been-deprecated
- Consult the upgrading guide for further information: https://docs.gradle.org/8.11/userguide/upgrading_version_8.html#deprecate_filtered_configuration_file_and_filecollection_methods
The text was updated successfully, but these errors were encountered:
I am on Gradle version 8.11.1
Steps to Reproduce:
Execute command
gradle dependencyUpdates -Drevision=release
Deprecation warning:
Gradle shows following deprecation warning:-
[warn] The LenientConfiguration.getFirstLevelModuleDependencies(Spec) method has been deprecated.
This is scheduled to be removed in Gradle 9.0.
- Solutions
[enum] Use getFirstLevelModuleDependencies() instead.
- The LenientConfiguration.getFirstLevelModuleDependencies(Spec) method has been deprecated.
the-lenientconfiguration-getfirstlevelmoduledependencies-spec-method-has-been-deprecated
- Consult the upgrading guide for further information: https://docs.gradle.org/8.11/userguide/upgrading_version_8.html#deprecate_filtered_configuration_file_and_filecollection_methods
The text was updated successfully, but these errors were encountered: