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

后端 未结 16 624
一向
一向 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

    Currently (using Eclipse 2020-06, 4.16.0) none of the above solutions work any more.

    1. Open the Run Configuration of your groovy script
    2. Remove all User Entries from the Classpath tab
    3. Press "Restore Default Entries"

    This should add the default classpath containing your specified Groovy version as User Entry.

提交回复
热议问题