melix / jmh-gradle-plugin

Integrates the JMH benchmarking framework with Gradle
Apache License 2.0
666 stars 88 forks source link

Close amendedCL #148

Closed veita closed 5 years ago

veita commented 5 years ago

Call close() on the amendedCL in JmhBytecodeGeneratorRunnable in order to close streams opened from file URLs.

This might help to prevent file locks on Windows operating systems.

See also discussion in https://github.com/melix/jmh-gradle-plugin/pull/145.