1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Update README.md

This commit is contained in:
Sean Leary 2015-12-28 12:22:29 -06:00
parent 472439546a
commit 633ab108e7

View file

@ -26,9 +26,9 @@ Test harness: http://junit.org<br>
**To build from the command line using gradle:**
build.gradle<br>
''''
# In this example, both the JSON-java jar and the test code is built <br>
# from the same build file, in the test code directory.
````
\# In this example, both the JSON-java jar and the test code is built <br>
\# from the same build file, in the test code directory.
apply plugin: 'java'
jar.baseName = 'JSON-java'
@ -54,7 +54,7 @@ dependencies {
testCompile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.1.0'
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
}
''''
````
To measure coverage: http://www.eclemma.org/ (just install the latest in Eclipse)<br>