Does anyone have experience in building an application based on Eclipse RCP with Gradle? I'd like especially to know:
- How reasonable is it to build Eclipse RCP plugins and products with Gradle?
- Are there any Gradle plugins to achieve this task (like the Tycho plugin for Maven)?
- Do you know any tutorials or articles describing such an approach?