Open MartinAhrer opened 9 years ago
Stop using the plugin, gradle 2.5 supports this http://gradle.org/feature-spotlight-continuous-build/
But what to do, if you run bootRun and never reach the point where the continuous build would start? Then the continous-build is not an option, is it? http://stackoverflow.com/questions/31512195/does-gradle-continuous-build-support-springboot
But somehow the BuildLauncher has changed after gradle 2.5. I simply removed all calls to the BuildLauncher (as most is only about logging) and then it works again. Of course this is not a solution, but a workaround. Hopefully anyone comes up with a clean solution to keep up with later gradle-versions.
@thamacher Do you have a fork that I can import?
Gradle 2.5 is still working!