swagger-gradle-plugin icon indicating copy to clipboard operation
swagger-gradle-plugin copied to clipboard

Swagger 2 is not supported

Open sebarmeli opened this issue 6 years ago • 5 comments

Hey there,

I'm trying to use the plugin with Swagger 2 annotations (io.swagger.core.v3:swagger-annotations:2.0.0-rc4 package) but the plugin doesn't seem to pick up the resource file. It works using the annotations from Swagger 1.5. is this supported? If yes, how do I enable it?

Thanks!

sebarmeli avatar Feb 24 '18 08:02 sebarmeli

Sure but the plugin is not supporting it at the moment

sebarmeli avatar Mar 03 '18 08:03 sebarmeli

I was just adding the link to the docs, so when I get round to during this out, I don't need to find them again.

gigaSproule avatar Mar 03 '18 10:03 gigaSproule

ah thanks!

sebarmeli avatar Mar 03 '18 21:03 sebarmeli

For reference, dependency has a new group ID (e.g. compile 'io.swagger.core.v3:swagger-jaxrs2:2.0.0')

gigaSproule avatar Apr 01 '18 14:04 gigaSproule