Hello, I'm trying to build gradle with eclipse but i encounter some problems. I'm just exposing them in order to see if someone has already try to solve them or if I have to resolve the by my self and make a patch.
* There's cyclic dependencies. Besides the fact that I think that's always a bad thing to have cyclic dependencies, by default the Eclipse compiler consider it as error and avoid compilation. My proposition (which i purpose to implement) is to enhance the eclipse plugin in order to allow custom properties in the jdt settings, and so add a line in the gradle.buld of gradle which tells eclipse to consider cyclic dependencies as Warning, not Error. * Gradle is declared as compatible with java 1.5 but there's many many warning because of generics/raw types. I purpose to remove all this kind of warning either by expliciting the generic type or by adding a SupressWarning annotation when it can't be soved (when dealing with library) Best regards. Thibault Delor
