cloudflightio / autoconfigure-gradle-plugin

This Gradle plugin is an opinionated approach to configure a Gradle project automatically by convention. It supports to automatically configure various plugins to reduce boilerplate code in Gradle projects.
Apache License 2.0
30 stars 4 forks source link

Switch to OpenAPI 3.0 #188

Open HeneryHawk opened 1 year ago

HeneryHawk commented 1 year ago

Hi, is it possible to use the new OpenAPI 3.0 (io.swagger.core.v3) package to generate a yaml file containing the api documentation?

cgrabmann commented 1 year ago

Have not tried it, but if it is supported by the Gradle-Plugins we integrate then it should work:

If it does not work please provide a test project, that I can use for testing.

mjahn2 commented 1 year ago

Since https://github.com/gigaSproule/swagger-gradle-plugin has been archived and will most likely not get any updates we'll anyhow need to search for a a replacement soon