test with strict mode enabled and fixed

This commit is contained in:
marilynel
2025-03-02 11:02:27 -08:00
parent f30167e7c0
commit 8a86894c63
2 changed files with 69 additions and 34 deletions

View File

@@ -97,6 +97,12 @@ Execute the test suite with Gradlew:
gradlew clean build test
```
*Optional* Execute the test suite in strict mode with Gradlew:
```shell
gradlew testWithStrictMode
```
# Notes
For more information, please see [NOTES.md](https://github.com/stleary/JSON-java/blob/master/docs/NOTES.md)