- Support serving files from directories
- Useful with
target
task - Target directory state doesn't change during the compilation so using this instead of classpath will prevent not-found errors.
- Correctly ignores files in fileset with only input role
- Useful with
- Close HTTP server on Boot cleanup hook
- Fix: HTTP server was started each time task runs, instead of only the first time
- Initial release