toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

Provide a fixtures to catch resource leaking in Gradle plugins

Open lacasseio opened this issue 4 years ago • 1 comments

It would be helpful to provide test fixtures for catching resource leaking in Gradle plugins. It could be part of well-behaving plugin tests. If we find a lightweight solution, we could automatically enable it for all unit/functional tests by default.

lacasseio avatar Jul 15 '20 13:07 lacasseio

Using File leak detector could be useful here.

lacasseio avatar Jul 15 '20 13:07 lacasseio