gradle-vaadin-plugin
gradle-vaadin-plugin copied to clipboard
Make vaadinRun task use new continuous build features
Gradle 2.5 improves the way long running tasks are handled. We should see if we can leverage some of those features for the vaadinRun tasks.
https://docs.gradle.org/current/release-notes#continuous-build
Looks like it is currently not possible https://discuss.gradle.org/t/force-task-to-always-run-continously/23025