-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Incompatible with Gradle Configuration Cache #339
Comments
Plugin version 8.3.1 with Gradle 8.1.1 is also failing but with an NPE in AbstractAnalyze task: Stack trace
My guess is that because |
I'm using 8.4.0, and with gradle 8.0.2, and I get: 11 problems were found storing the configuration cache, 1 of which seems unique.
So it looks like the transient modifier got us one step closer... |
the same error with gradle 8.6 and latest version 9.0.10, any idea if it will be added at some point ? |
The same problem with latest gradle 8.7:
|
When running
./gradlew dependencyCheckAnalyze --configuration-cache --stacktrace
it does succeed however:I am using the latest 8.1.2 of this plugin and Gradle 7.6.1
The text was updated successfully, but these errors were encountered: