Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call notCompatibleWithConfigurationCache when task doesn't support Gradle configuration cache #250

Merged

Conversation

quiro91
Copy link
Contributor

@quiro91 quiro91 commented Mar 2, 2022

Currently, calling dependencyCheckAnalyze fails when Gradle configuration cache is enabled. In Gradle 7.4 there's a new option to declare the task as incompatible with configuration cache, so that the feature can be disabled when the task is invoked.

@quiro91 quiro91 changed the title Call notCompatibleWithConfigurationCache when task doesn't support … Call notCompatibleWithConfigurationCache when task doesn't support Gradle configuration cache Mar 2, 2022
@quiro91 quiro91 force-pushed the disable-configuration-cache-task branch from f93c24c to 83a455c Compare March 2, 2022 14:14
@quiro91 quiro91 marked this pull request as ready for review March 2, 2022 14:18
@jeremylong jeremylong merged commit 1596465 into dependency-check:main Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants