Gradle IDE Pack

Add this URL to your Eclipse Installation to reach this solution's update site.

2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)

https://nodeclipse.github.io/updates/gradle-ide-pack/

Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1)

https://nodeclipse.github.io/updates/gradle-ide-pack/

Learn more...
Solution Description

Update March 2019:
be sure to use https://nodeclipse.github.io/updates/gradle-ide-pack/
not nodeclipse.org

 

Install Pivotal Gradle IDE & Enide Gradle for Eclipse & EGradle Editor in one operation. This plugin set works in any Eclipse (from Neon downto 3.7.2). For Oxygen EGradle Editor was added, while EditBox excluded.

Included are:

- Gradle (STS) Integration for Eclipse by Pivotal (feature name is Gradle IDE) @GitHub

- Gradle for Eclipse by Nodeclipse/Enide @GitHub

- EGradle Editor for .gradle files. @ https://github.com/de-jcup/egradle ADDED. Newly included since October 2017 as it is better than still included :

- Minimalist Gradle Editor plugin @GitHub

- Nodeclipse EditBox for code blocks highlight. @GitHub

- StartExplorer for quick switch to command line @GitHub

- ZipEditor with some additions v1.1.2 to quickly look inside Gradle output: aar, apk, jar, war ... etc files

( This entry uses composite update site, check xml files at https://github.com/Nodeclipse/nodeclipse.github.io/tree/master/updates/… for used specific update sites URL. )

With Enide Gradle for Eclipse build.gradle file inside project would be enough. It can be created with Pivotal Gradle IDE; or by adding build.gradle file to other project (e.g. Maven, Classic Java or C/C++). With Pivotal Gradle IDE .project file is to have

    <nature>org.springsource.ide.eclipse.gradle.core.nature</nature>

that you get with File -> New -> Project -> Gradle / Gradle Project or File -> Import -> Gradle / Gradle Project You can do without Gradle IDE with command line

    $ gradle eclipse

then importing as existing project. Stone age of IDE: you would need to rerun `gradle eclipse` every time you update dependencies. But if you need just to take a look at a project, this way may suffice. (Some prefer the stability and predictability of generating Eclipse settings over having them managed inside eclipse with a plugin.)

Hints: When the same Gradle version is configured in Pivotal Gradle IDE, Enide Gradle and/or on system PATH, then daemon is reused. That will make build and task execution faster. Stackoverflow question -> Chapter 19.

Example:

 
Preferences ->
  Gradle ->
    Gradle distribution - Folder D:\Progs\gradle\gradle-1.11
  Gradle Enide->
    Gradle home to use D:\Progs\gradle\gradle-1.11

Listed in Nodeclipse Plugins List.

Categories: Build and Deploy, Editor, IDE, Tools

Additional Details

Eclipse Versions: 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Nodeclipse/Enide

Development Status: Production/Stable

Date Created: Tuesday, April 22, 2014 - 23:25

License: EPL

Date Updated: Friday, January 15, 2021 - 10:11

Submitted by: Paul Verest

Subscribe to Gradle IDE Pack RSS-feed

Screenshot
Date Ranking Installs Clickthroughs
March 2024 560/651 3 8
February 2024 87/687 392 278
January 2024 44/691 966 20
December 2023 39/671 986 14
November 2023 51/686 951 12
October 2023 43/673 1055 15
September 2023 43/663 1109 12
August 2023 39/673 1207 9
July 2023 37/668 1216 9
June 2023 35/669 1266 8
May 2023 36/671 1452 10
April 2023 39/667 1341 11
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Gradle IDE Pack.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

The default reposity of gradle is "..../users/{user}/.gradle".
I can change to another path by set a system environment variable called "GRADLE_USER_HOME".
But it doesn't work to this plugin. This pugin would download artifacts into the default path. I didn't find the way to change that.
Any Suggestions?