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:25:40 -06:00
parent 91fcd6092f
commit 95cf86688d

View file

@ -26,7 +26,7 @@ Run individual tests or <b>JunitTestSuite</b> using <b>EclEmma Coverage</b>, or
**To build from the command line using gradle:**
````
build.gradle
# In this example, both the JSON-java jar and the test code is created <br>
# In this example, both the JSON-java jar and the test code is created
# from the same build file, in the test code directory. 3rd party jars are
# obtained from the maven repository.
apply plugin: 'java'