grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

InteillJ stucks in recompiling with Grails 6.2.0 once groovy file changes

Open ghostfox911 opened this issue 1 year ago • 5 comments

Issue description

Environment

  • IntelliJ 2024.1.3
  • Grails 6.2.0
  • JDK openjdk-17.0.2

Previous with grails-6.1.2 everything works. When running grails-6.1.2 project in IntelliJ in debug mode IDE can auto recompile and re-run project once groovy file updates.

But after upgraded to grails-6.2.0 once groovy file updated IDE stucked in recompiling and never restarted project. You have to manully click on re-run button.

I tried to clear all caches and rebuild project but nothing helped.

Does anyone have same issue?

ghostfox911 avatar Jun 18 '24 10:06 ghostfox911