devsoap / ds-gradle-vaadin

Gradle plugin for building Vaadin Flow 10/11/12/13/14/15 apps
https://devsoap.com/gradle-vaadin-flow-plugin
Other
36 stars 13 forks source link

Close annotation scan result after use #292

Closed johndevs closed 4 years ago

johndevs commented 4 years ago

According to https://github.com/classgraph/classgraph/wiki/API:-ScanResult the scan result needs to be closed to free up memory. This is especially important for when running the gradle build in deamon mode.