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
I have written a comment on the issue gradle/gradle#10699 that seems to be back on the release task of Gradle 7.5.1 even after upgrading to the latest version
A problem occurred configuring root project 'xxx'.
> Exception thrown while executing model rule: ComponentModelBasePlugin.PluginRules#createSourceTransformTasks(TaskContainer, ModelMap<BinarySpecInternal>, LanguageTransformContainer, ServiceRegistry)
> Could not create task ':compileMainExecutableMainCpp'.
> Could not create task of type 'CppCompile'.
> Could not create service of type DefaultCompilationStateCacheFactory.
> Cache 'nativeCompile' couldn't be reused because of the following mismatch:
* Requested value serializer type (org.gradle.language.nativeplatform.internal.incremental.CompilationStateSerializer) doesn't match current cache type (org.gradle.language.nativeplatform.internal.incremental.CompilationStateSerializer)
*
Could you please provide guidance ?
The text was updated successfully, but these errors were encountered:
Hello
I have written a comment on the issue gradle/gradle#10699 that seems to be back on the release task of Gradle 7.5.1 even after upgrading to the latest version
Could you please provide guidance ?
The text was updated successfully, but these errors were encountered: