springdoc-openapi-gradle-plugin icon indicating copy to clipboard operation
springdoc-openapi-gradle-plugin copied to clipboard

don't perform forkedSpringBootRun task if the generateOpenApiDocs task is cached

Open abentele opened this issue 8 months ago • 0 comments

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.

abentele avatar Mar 17 '25 13:03 abentele