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.
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.