Closed donfreiday closed 3 months ago
This will regenerate the OpenAPI file if it's missing without the need to invoke Gradle with --rerun-tasks or modifying an input of the KotlinCompile Gradle task to trigger recompilation.
--rerun-tasks
KotlinCompile
This will regenerate the OpenAPI file if it's missing without the need to invoke Gradle with
--rerun-tasks
or modifying an input of theKotlinCompile
Gradle task to trigger recompilation.