springdoc-openapi-gradle-plugin
springdoc-openapi-gradle-plugin copied to clipboard
Library for OpenAPI 3 with spring-boot
This pull requests adds a 'cleanOpenApiDocs' task to the plugin that will clean the output of the 'generateOpenApiDocs' task.
Trying to run on gitlab ci but running into the below issue, works fine locally. ``` :generateOpenApiDocs (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 4.139 secs. :forkedSpringBootStop (Thread[Execution worker...
I found the old issue being closed but it is not resolved yet. Quote from the old ticket: Unfortunately, this doesn't seem to be resolved. Gradle version: 8.1 Plugin version:...
#145 ability to add headers to httpclient to customize json generatedUrl value similar to https://github.com/springdoc/springdoc-openapi-maven-plugin?tab=readme-ov-file#custom-settings-of-the-springdoc-openapi-maven-plugin
Is there any way to set it so that the output file is overwritten when you build? I use this: ``` openApi { outputFileName.set("openapi.yaml") } ``` I noticed that it...
I want to start the app using an in memory db, so I need to start the bootrun with e.g test classpath. I've done many attempts to modify the classpath...
I would like to have openapi file generated during build time. When I configure `generateOpenApiDocs` to be run after `build`: ```kotlin tasks.named("build") { finalizedBy("generateOpenApiDocs") } ``` I get the following...
I just pulled the project locally and tried to build it as explained in the README file ```./gradlew clean pTML``` I then had the following error: ``` FAILURE: Build failed...
TLDR: As described [here](https://github.com/cloudflightio/autoconfigure-gradle-plugin/issues/171) the build fails while running the api generation during a publish task. Version Information: Springdoc-openapi-gradle-plugin: 1.7.0 springdoc: 2.1.0 spring-boot: 3.0.6 Gradle: 8.2.1 (using kotlin) We are...