GGTS IDE complains unable to resolve plugin classes but the application compiles and runs without issues

64 Views Asked by At

GGTS IDE complains unable to resolve plugin classes when importing but the application compiles and runs without issues. Could someone please help resolve this error

e.g. : When using grails jms plugin and defining the Queue annotation

import grails.plugin.jms.Queue @Queue(name='msg.new')

The error thrown by IDE is Groovy:

unable to resolve class grails.plugin.jms.Queue

0

There are 0 best solutions below