toolbox
toolbox copied to clipboard
Provide a fixtures to catch resource leaking in Gradle plugins
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.
Using File leak detector could be useful here.