How to manage the dependency version in a multi module grails plugin projectin ggts / Eclipse

Hi,

I am working on a multi module grails plugin project. Whenever a plugin is dependant across other plugins, i created a version param as

pluginVersion=2.0

in the main parent plugin’s build.gradle and used spring interpolation and added that as

com.test.p1:$pluginVersion

in all the plugins . It works fine in jenkins.

But, when i open in GGTS/Eclipse, it does not know what is pluginVersion? Can you please suggest a good mechanism of handling multiple plugin versions in GGTS/ eclipse?

Thanks Smurf