-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Temporary files for the classpath are never cleaned up #249
Comments
I've noticed the same thing and I made some changes that will contribute to this issue so hopefully this can be fixed. |
Task#getTemporaryDir() is a better place for this file. API doc. Just note that this cannot be relied upon by downstream tasks:
|
🎉 This issue has been resolved in version 4.7.6 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Version 4.2.0 and earlier.
After successfully executing SpotBugs a couple of times, the temporary directory is cluttered with files produced by
spotbugs-gradle-plugin/src/main/groovy/com/github/spotbugs/snom/internal/SpotBugsRunner.java
Line 143 in 466f322
After executing the task, they should be cleaned up.
The text was updated successfully, but these errors were encountered: