-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The Provider.forUseAtConfigurationTime method has been deprecated #3945
Comments
@RecodeLiner @elijah-semyonov, can I run my app on the desktop because every time I run it, it gives me the above error? |
This is not an error if you are using 8.x versions because here it is only a warning, but if you already have 9.x, you need to wait for a fix |
It seems intentional. See here. Lines 38 to 44 in 5e999e7
|
any update on this issue, as this deprecation warning is showing to me also.. |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Describe the bug
While build on last version of gradle it log this message:
The Provider.forUseAtConfigurationTime method has been deprecated. This is scheduled to be removed in Gradle 9.0. Simply remove the call. Consult the upgrading guide for further information: https://docs.gradle.org/8.4/userguide/upgrading_version_7.html#for_use_at_configuration_time_deprecation
Affected platforms
Select one of the platforms below:
Versions
To Reproduce
Steps and/or the code snippet to reproduce the behavior:
Expected behavior
Update for future gradle 9.0
The text was updated successfully, but these errors were encountered: