update readme

This commit is contained in:
William Cheng
2021-02-06 18:52:09 +08:00
parent 07a4c7b5bf
commit 8025e5fe7b
5 changed files with 15 additions and 24 deletions

View File

@@ -18,5 +18,5 @@ gradle generateGoWithInvalidSpec # expected outcome: BUILD FAILED
The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example:
```bash
gradle -PopenApiGeneratorVersion=5.0.0 openApiValidate
gradle -PopenApiGeneratorVersion=5.0.1 openApiValidate
```