GGTS Classpath will not recognize the folder on the classpath after gradle eclipse

I am trying to set up a Grails project in GGTS. I created the project files and classpath, but I can not get this error when creating the project:

The Grails Dependencies container references a non-existing library, C: \ myProjects \ project \ target \ work \ plugin-classes

This folder exists in the destination directory. I cannot run anything in GGTS because it will not work with it. And I can’t figure out how to remove it. Any way to fix this error in the class.

I'm on GGTS 3.6.4. Grails 2.5 and Groovy 2.4

+5
source share
1 answer

Right-click the root of the project node in the tree on the left and select Grails Tools | Update dependencies. You may need to switch to the Java perspective if this is not possible.

0
source

All Articles