I have a JavaFX GUI application that I want to rerun on code change.
gradle --continue run will start the application but will not rerun on code change.
gradle --continue run