Skip to content

Commit 2307f6f

Browse files
authored
Update README.md
1 parent 6b4edbd commit 2307f6f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ git clone https://github.com/stleary/JSON-Java.git src/main/java/org/json
4646
gradle clean build test jacocoTestReport
4747
4848
````
49+
\# Eclipse setup requires the Gradle IDE plug-in
50+
\# I use Gradle IDE 3.6.4.201503050952-RELEASE org.springsource.ide.eclipse.gradle.feature.feature.group Pivotal Software, Inc.
51+
````
52+
File > Import > Gradle project > (navigate to your directory) > Build Model > (Select your directory) > Finish
53+
(It is not necessary to run "gradle eclipse" on the project, from the command line)
54+
````
55+
4956
Unit test results will be in build\reports\tests\index.html<br>
5057
Code coverage will be in build\reports\jacoco\html\index.html
5158

0 commit comments

Comments
 (0)