sonatype-nexus-community / scan-gradle-plugin

Gradle plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index and Nexus IQ Server.
Apache License 2.0
77 stars 21 forks source link

[BUG] Unnecessary amount of files left over in /tmp-directory #49

Closed grajsor closed 3 years ago

grajsor commented 3 years ago

Describe the bug Consecutive runs of large projects quickly fills up the /tmp-directory, some proper management of temprary files is sorely needed.

To Reproduce Steps to reproduce the behavior:

  1. Run a bunch of projects
  2. Observe leftover cadavers in /tmp

Expected behavior A clean and well trimmed temporary space.

Desktop (please complete the following information):

guillermo-varela commented 3 years ago

Hi @grajsor

We don't create or handle temp files in the plugin code.

Could you please provide a list of file names that get created in your temp directory so we can see if it's related to a specific dependency we use?

Thanks

guillermo-varela commented 3 years ago

Closing this due to inactivity. If this is still an issue, please open a new issue with the details.