Prepare v5.0.0 release (#8247)

* update to 5.0.0

* update samples
This commit is contained in:
William Cheng
2020-12-21 13:04:11 +08:00
committed by GitHub
parent 72dc0cfb07
commit d7d5e53f2b
596 changed files with 604 additions and 604 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=4.3.0 openApiValidate
gradle -PopenApiGeneratorVersion=5.0.0 openApiValidate
```