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/ ?
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/ ?
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!
I'm not aware of the existence of a plugin comparable to Tycho. See this Gradle forum entry for a related discussion.