mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-13 00:21:18 +00:00
* update release version to 3.0.0 * comment out ensure-up-to-date during the release * add release note * clean up * clean up links * add release note for 3.0.0 * update release note * update release note * update version for gradle plugin before release
Local Spec Sample
This example assumes you have Gradle 4.7+ installed. No gradle wrapper is provided in samples.
First, publish the openapi-generator-gradle-plugin locally via sh gradlew build publishToMavenLocal in the module directory.
Then, run the following tasks in this example directory.
gradle openApiGenerate
gradle openApiMeta
gradle openApiValidate
gradle buildGoSdk