We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a66231 commit 76ee431Copy full SHA for 76ee431
1 file changed
README.md
@@ -103,6 +103,12 @@ gradlew clean build test
103
gradlew testWithStrictMode
104
```
105
106
+*Optional* Execute the test suite in strict mode with Maven:
107
+
108
+```shell
109
+mvn test -P test-strict-mode
110
+```
111
112
# Notes
113
114
For more information, please see [NOTES.md](https://github.com/stleary/JSON-java/blob/master/docs/NOTES.md)
0 commit comments