Issue description
After changing any statements/classes, project is recompile those class/es is fine but it takes too long to see the output because, project is acting like Re-Initialize everything from BootStrap.
Is there any way to stop reinitializing from BootStrap?, we just wanted to recompile only those changed class
N.B: We are using IntelliJ Idea with Gradle for the Grails Project
Issue description
After changing any statements/classes, project is recompile those class/es is fine but it takes too long to see the output because, project is acting like Re-Initialize everything from BootStrap.
Is there any way to stop reinitializing from BootStrap?, we just wanted to recompile only those changed class
N.B: We are using IntelliJ Idea with Gradle for the Grails Project