Skip to content

Compatibility with Configuration Cache #34

@psimonazzi

Description

@psimonazzi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions