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
The use of lambdas in the adapters library is incompatible with config-cache support with Gradle 7.6.4.
Configuration cache is an incubating feature.
Reusing configuration cache.
FAILURE: Build failed with an exception.
* What went wrong:
Could not load the value of field `b` of `com.gradle.scan.plugin.internal.service.d` bean found in field `pluginServiceFactory` of `org.gradle.internal.enterprise.impl.DefaultGradleEnterprisePluginAdapter` bean found in Gradle runtime.
> java.lang.reflect.InvocationTargetException (no error message)
The text was updated successfully, but these errors were encountered:
The use of lambdas in the adapters library is incompatible with config-cache support with Gradle 7.6.4.
The text was updated successfully, but these errors were encountered: