Grails 2.3.0 Auto-reloading not working

It seems that in Grails 2.3 the reloading is no longer the default In Grails 2.3 the reloading agent is no longer on the build system path unless you pass the -reloading flag to the grails command: grails -reloading run-app However, you can enable forking in your buildConfig using the following configuration: forkConfig = [maxMemory: … Read more