This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Releases: int128/gradle-swagger-generator-plugin
Releases · int128/gradle-swagger-generator-plugin
2.19.2
2.19.1
2.19.0
This release supports Gradle 7, Java 16+ and OpenAPI Specification v3. Thank you for the contributors.
What's Changed
- Fix unexpected character in Swagger UI by @tatekan in #228
- Support OpenAPI Specification v3
- Support Java 16+
- Support Gradle 7
- Migrate deployment pipeline to GitHub Actions
Full Changelog: 2.18.2...2.19.0
2.18.2
2.18.1
2.18.0
Released on 2019-03-19
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.