When I try to start buildwith gradle with a flag -t:
./gradlew clean build -x test -t
I get a hint:
Waiting for input task files to change ... (ctrl-d to exit)
but when I try to execute the command bootRun, it does not work / does not appear:
./gradlew clean bootRun -t
Does it work with Spring Boot? (I know about Spring dev tools plugin - 1.3 not yet released)
source
share