We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610b0e1 commit 261fc38Copy full SHA for 261fc38
src/main/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePlugin.kt
@@ -66,6 +66,9 @@ open class OpenApiGradlePlugin : Plugin<Project> {
66
) { openApiGenTask ->
67
openApiGenTask.dependsOn(forkedSpringBoot)
68
}
69
+
70
+ // The forked task need to be terminated as soon as my task is finished
71
+ forkedSpringBoot.get().stopAfter = project.tasks.named(OPEN_API_TASK_NAME)
72
73
74
0 commit comments