springdoc-openapi-gradle-plugin
springdoc-openapi-gradle-plugin copied to clipboard
don't perform forkedSpringBootRun task if the generateOpenApiDocs task is cached
the forkedSpringBootRun task is always executed, even if the generateOpenApiDocs task uses cached results.
I would like to prevent running the spring boot application every time as it consumes much time in my CI build.