We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4edbd commit 2307f6fCopy full SHA for 2307f6f
README.md
@@ -46,6 +46,13 @@ git clone https://github.com/stleary/JSON-Java.git src/main/java/org/json
46
gradle clean build test jacocoTestReport
47
48
````
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
+
56
Unit test results will be in build\reports\tests\index.html<br>
57
Code coverage will be in build\reports\jacoco\html\index.html
58
0 commit comments