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
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)
The text was updated successfully, but these errors were encountered:
We're seeing this warning during build config time:
The text was updated successfully, but these errors were encountered: