Grails / Groovy / GGTS: Conflicting module versions on run-app

后端 未结 16 641
一向
一向 2020-12-30 02:06

After upgrading a Grails application from 2.2.0 to 2.2.1 I keep getting the following error when attempting to debug a Grails application from GGTS via Debug as... -> Grails

16条回答
  •  暖寄归人
    2020-12-30 02:44

    I had the same problem when running it through eclipse and what worked for me is to make the below changes Go to Project properties -> Groovy Compiler ->configure workspace settings . Uncheck the checkbox "Enable checking for mismatch between project and workspace groovy compiler levels"

提交回复
热议问题