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 633ab10 commit 54cd97dCopy full SHA for 54cd97d
README.md
@@ -25,10 +25,11 @@ Test harness: http://junit.org<br>
25
* JSON-java.jar<br>
26
27
**To build from the command line using gradle:**
28
-build.gradle<br>
29
````
30
-\# In this example, both the JSON-java jar and the test code is built <br>
31
-\# from the same build file, in the test code directory.
+build.gradle
+# 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
32
+# obtained from the maven repository.
33
apply plugin: 'java'
34
jar.baseName = 'JSON-java'
35
0 commit comments