Releases: alenkacz/gradle-json-validator
Releases · alenkacz/gradle-json-validator
1.2.1
#15 fixed issue with JSON that has array as a top-level element
1.2.0
- introduced
onlyWithJsonExtension
property #13
1.1.1
Bug in publish plugin caused some artifacts not been uploaded to gradle plugin portal.
Re-releasing 1.1.0 with updated plugin
1.1.0
- targetJsonDirectory property added making it possible to validate multiple json files in a directory
- validation error message format changed so that it works for failures in multiple files
1.0.0
- json validation
- better messages printed out when schema violations occur
- possibility to validate json schema syntax