Gradle Swagger Generator Plugin Versions Save

Gradle plugin for OpenAPI YAML validation, code generation and API document publishing

2.19.2

2 years ago

2.19.1

2 years ago

What's Changed

Full Changelog: https://github.com/int128/gradle-swagger-generator-plugin/compare/2.19.0...2.19.1

2.19.0

2 years ago

This release supports Gradle 7, Java 16+ and OpenAPI Specification v3. Thank you for the contributors.

What's Changed

Full Changelog: https://github.com/int128/gradle-swagger-generator-plugin/compare/2.18.2...2.19.0

2.18.2

4 years ago
  • 539b392 Fix compilation errors on Java 11 (#192)
  • 2ab2770 Fix Gradle 6 warnings (#191)
  • 222e53b Bump Gradle version to 6.2 (#190)

2.18.1

5 years ago

Released on 2019-03-20

  • #157 Fix resolveSwaggerTemplate fails if multiple JARs are given (#135; thanks @pnewhook)

2.18.0

5 years ago

Released on 2019-03-19

  • #152 Spawn new JVM for swagger-codegen-cli
  • #142 Verified on Gradle 5.2.1

If you use a custom generator class

You need to move a custom generator class from buildSrc/ to a dedicated project or externalized repository. See also the section of Use custom template and Externalize template or generator class.

2.17.0

5 years ago

Released on 2019-03-14

  • #146 Add OpenAPI Generator support (thanks @tinsep19)

2.16.0

5 years ago

Released on 2018-12-28

  • #131 Redoc generated page should have a customizable title (thanks @stauvel)
  • #132 Documentation for customizing redoc (thanks @stauvel)

2.15.1

5 years ago

Released on 2018-12-09

  • #123 Fix charset of generated files (#120 thanks @verglor)

2.15.0

5 years ago

Released on 2018-11-08

  • #115 Add feature to switch Swagger Codegen version (#114 thanks @onkeljuergen)