You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attach plugin (tested version 0.4) to the project that is based on Gradle 7.3.3 and has org.gradle.unsafe.configuration-cache=true in gradle.properties
Run ./gradlew snyk-test
Gradle reports configuration caching problem:
- Task `:snyk-check-binary` of type `io.snyk.gradle.plugin.SnykBinaryTask`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/7.3.3/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
org.gradle.unsafe.configuration-cache=true
ingradle.properties
./gradlew snyk-test
The text was updated successfully, but these errors were encountered: