12
votes

Is there any Gradle tutorial or plugin that shows how to build/distribute Eclipse plugins with the help of Gradle build?

Somethig similar to Tycho project for Maven: http://eclipse.org/tycho/ ?

2
Are there any options for this that work with recent versions of eclipse? - jrtapsell

2 Answers

15
votes

I published today new gradle plugin - Wuff version 0.0.1, that allows you to fully automate build/distribution of Eclipse plugins and applications.

Full source code and docs here: https://github.com/akhikhl/wuff

Plugin artifacts are available at jcenter and maven central!

2
votes

I'm not aware of the existence of a plugin comparable to Tycho. See this Gradle forum entry for a related discussion.