浏览代码

Add tip to install Groovy Eclipse plugin on newer STS versions

Adolfo Eloy 7 年之前
父节点
当前提交
1d862c3836
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      CONTRIBUTING.md

+ 5 - 0
CONTRIBUTING.md

@@ -22,6 +22,11 @@ The following provides information on setting up a development environment that
 * Importing the project into Spring Tool Suite
 * Importing the project into Spring Tool Suite
   * File->Import...->Gradle Project
   * File->Import...->Gradle Project
 
 
+As of new versions of Spring Tool Suite, you might need to install Groovy Eclipse pointing directly to the updates plugin location. To install Groovy Eclipse on Spring Tool Suite based on Eclipse Oxigen you must do the following steps:
+
+Help->Install New Software...->Add the following URL into _Work with_ field:
+http://dist.springsource.org/snapshot/GRECLIPSE/e4.7/
+
 # Understand the basics 
 # Understand the basics 
 Not sure what a pull request is, or how to submit one? Take a look at GitHub's excellent [help documentation first](https://help.github.com/articles/using-pull-requests).
 Not sure what a pull request is, or how to submit one? Take a look at GitHub's excellent [help documentation first](https://help.github.com/articles/using-pull-requests).