Feature description
I'm trying to configure a build according to this guide: https://guides.micronaut.io/latest/micronaut-openapi-generator-server-gradle-java.html
But the build still tries to generate a spec out of the swagger annotations on the generated interfaces, and by default uses that generated spec for the views (swagger-ui). This doesn't make sense and the generated spec also loses detail present in the original spec because the process of spec -> annotated interfaces -> new spec is imperfect.
I think when server generation is used, spec generation should be disabled by default.
Feature description
I'm trying to configure a build according to this guide: https://guides.micronaut.io/latest/micronaut-openapi-generator-server-gradle-java.html
But the build still tries to generate a spec out of the swagger annotations on the generated interfaces, and by default uses that generated spec for the views (swagger-ui). This doesn't make sense and the generated spec also loses detail present in the original spec because the process of
spec -> annotated interfaces -> new specis imperfect.I think when server generation is used, spec generation should be disabled by default.