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:
parent
633ab108e7
commit
54cd97ded1
1 changed files with 4 additions and 3 deletions
|
@ -25,10 +25,11 @@ Test harness: http://junit.org<br>
|
||||||
* JSON-java.jar<br>
|
* JSON-java.jar<br>
|
||||||
|
|
||||||
**To build from the command line using gradle:**
|
**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>
|
build.gradle
|
||||||
\# from the same build file, in the test code directory.
|
# In this example, both the JSON-java jar and the test code is created <br>
|
||||||
|
# from the same build file, in the test code directory. 3rd party jars are
|
||||||
|
# obtained from the maven repository.
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
jar.baseName = 'JSON-java'
|
jar.baseName = 'JSON-java'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue