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 plugin produces errors when Gradle is executed with --configuration-cache flag and Enunciate plugin applied:
- Task `:enunciate` of type `com.webcohesion.enunciate.gradle.EnunciateTask`: cannot serialize object of type 'org.gradle.api.internal.artifacts.configurations.DefaultUnlockedConfiguration', a subtype of 'org.gradle.api.artifacts.Configuration', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.11/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
The text was updated successfully, but these errors were encountered:
The plugin produces errors when Gradle is executed with
--configuration-cache
flag and Enunciate plugin applied:The text was updated successfully, but these errors were encountered: