Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building Eclipse plugins with Gradle

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/ ?

like image 888
Andrey Adamovich Avatar asked Sep 23 '13 06:09

Andrey Adamovich


People also ask

Does Eclipse work with Gradle?

Buildship is an Eclipse plugin that allows you to build applications and libraries using Gradle through your IDE.

What is Eclipse plugin in Gradle?

Eclipse Buildship is a collection of Eclipse plug-ins that provide support for building software using Gradle. Buildship aims to provide a deep integration of Gradle into Eclipse. Buildship also aims to make the Eclipse IDE more powerful by allowing the user to do more from within the IDE.

How do I import Gradle dependencies into Eclipse?

Import an existing Gradle project You can also import existing Gradle projects into Eclipse. Select the File Import… ​ Gradle Gradle Project menu entry for this. After pressing the Next > button, you need to specify the root directory of your Gradle project.


1 Answers

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!

like image 197
akhikhl Avatar answered Sep 27 '22 00:09

akhikhl