You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by rirl <rl...@usa.net> on 2016/06/13 02:10:33 UTC

Best version of Eclipse to use for groovy/gradle development.

Can someone advise regarding the best version of Eclipse to use for
development of groovy and gradle?
I have recently been trying Mars.2.Release(4.5.2) but it seems unusable for
groovy (haven't tried gradle yet).

For example, if I place the word public before an interface in a groovy
class, Eclipse cannot find the class file when I reference the interface
elsewhere (in a class the implements the said interface). If I drop public
Eclipse is able to find the class. Isn't 

interface X {
 //....
}
in groovy JUST the SAME as 

public interface X {
 //...
}
?




--
View this message in context: http://groovy.329449.n5.nabble.com/Best-version-of-Eclipse-to-use-for-groovy-gradle-development-tp5733304.html
Sent from the Groovy Users mailing list archive at Nabble.com.