1 parent 46fe58e commit 0de8d0dCopy full SHA for 0de8d0d
1 file changed
README.md
@@ -69,21 +69,19 @@ java -cp .;json-java.jar Test
69
````
70
71
72
-*You can only run the unit tests with Maven or Gradlew.*
73
-# Unit tests
+**Unit tests**
+
74
The test suite can be executed with Maven by running:
75
```
76
mvn clean test
77
78
79
The test suite can be executed with Gradlew by running:
80
81
82
gradlew clean build test
83
84
-
85
86
87
# Notes
88
89
**Recent directory structure change**
0 commit comments