-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Plugin is not currently compatible with Gradle Configuration Cache.
Task gradle build --configuration-cache fails with:
Cannot set the value of a property of type org.gradle.api.artifacts.Configuration using a provider of type org.gradle.api.internal.file.DefaultFileCollectionFactory$ResolvingFileCollection.
According to this: Configuration cache should not allow caching with a task using Property as input, it seems that the configuration cache does not support a task using Property<Configuration> as input, like:
private Property<Configuration> jaxwsToolsConfiguration;
so probably the task should be marked as not compatible with configuration cache, or changed to make it compatible.
Metadata
Metadata
Assignees
Labels
No labels