snyk / snyk-gradle-plugin

Basic Snyk CLI plugin for Gradle support
Other
25 stars 19 forks source link

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

Closed magdziarek closed 1 year ago

magdziarek commented 1 year ago

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.

snyksec commented 1 year ago

:tada: This PR is included in version 3.25.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: