Prepare 5.0.0-SNAPSHOT (#7347)

* Revert "Prepare 5.0.0-beta2 release (#7345)"

This reverts commit 212b4f7847.

* update readme
This commit is contained in:
William Cheng
2020-09-04 15:31:54 +08:00
committed by GitHub
parent 212b4f7847
commit 2fd23f505e
532 changed files with 540 additions and 539 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-beta2 openApiValidate
gradle -PopenApiGeneratorVersion=4.3.0 openApiValidate
```