Skip to content
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 9.0 deprecation warning for forUseAtConfigurationTime #313

Open
shashachu opened this issue Feb 9, 2024 · 1 comment
Open

Gradle 9.0 deprecation warning for forUseAtConfigurationTime #313

shashachu opened this issue Feb 9, 2024 · 1 comment

Comments

@shashachu
Copy link

We're seeing this warning during build config time:

The Provider.forUseAtConfigurationTime method has been deprecated.	
This is scheduled to be removed in Gradle 9.0.	
Simply remove the call.	
[Documentation](https://docs.gradle.org/8.4/userguide/upgrading_version_7.html#for_use_at_configuration_time_deprecation)	
1 usage	
Plugin:com.osacky.doctor	
at org.gradle.api.internal.provider.AbstractMinimalProvider.forUseAtConfigurationTime(AbstractMinimalProvider.java:135)	
at com.osacky.doctor.internal.CoCaHelpersKt.sysProperty(CoCaHelpers.kt:15)	
at com.osacky.doctor.KotlinCompileDaemonFallbackDetector.isDaemonDisabled(KotlinCompileDaemonFallbackDetector.kt:65)	
at com.osacky.doctor.KotlinCompileDaemonFallbackDetector.onStart(KotlinCompileDaemonFallbackDetector.kt:25)	
at com.osacky.doctor.DoctorPlugin$apply$1.execute(DoctorPlugin.kt:71)	
at com.osacky.doctor.DoctorPlugin$apply$1.execute(DoctorPlugin.kt:35)
@runningcode
Copy link
Owner

What version of the Gradle Doctor are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants