I mistakenly added some jars to Grails dependencies using Java build path dialogue of GGTS. Now I want to remove them.
But the build path dialogue offers no chance to do so.
I mistakenly added some jars to Grails dependencies using Java build path dialogue of GGTS. Now I want to remove them.
But the build path dialogue offers no chance to do so.
Just remove the project from eclipse, delete .project and .classpath files. regenerate eclipse files using command grails integrate-with --eclipse and import the project again and you classpath should be good.