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

feat: for Gradle 7 disable configuration cache by default #249

Merged
merged 1 commit into from
Jan 5, 2023

Conversation

magdziarek
Copy link

  • Tests written and linted
  • Documentation written
  • Commit history is tidy

What this does

New feature for Gradle 7, configuration caching, breaks snyk.
If a user passes --configuration-cache we will remove it, if it's set in gradle.properties we have to force switching it off by using --no-configuration-cache. This flag didn't exist before Gradle 7 so we need to check the version before adding it.

@magdziarek magdziarek self-assigned this Dec 29, 2022
@magdziarek magdziarek requested a review from a team as a code owner December 29, 2022 08:59
@magdziarek magdziarek force-pushed the feat/disable-config-caching-by-default branch 2 times, most recently from 62a0e43 to 137e495 Compare January 5, 2023 13:59
@magdziarek magdziarek closed this Jan 5, 2023
@magdziarek magdziarek force-pushed the feat/disable-config-caching-by-default branch from 137e495 to 4bf60a6 Compare January 5, 2023 14:00
@magdziarek magdziarek reopened this Jan 5, 2023
@magdziarek magdziarek merged commit ca67209 into master Jan 5, 2023
@magdziarek magdziarek deleted the feat/disable-config-caching-by-default branch January 5, 2023 14:42
@snyksec
Copy link

snyksec commented Jan 5, 2023

🎉 This PR is included in version 3.25.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants