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.
2 parents d37f32f + 261fc38 commit 4d8ea8eCopy full SHA for 4d8ea8e
src/main/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePlugin.kt
@@ -76,6 +76,9 @@ open class OpenApiGradlePlugin : Plugin<Project> {
76
) { openApiGenTask ->
77
openApiGenTask.dependsOn(forkedSpringBoot)
78
}
79
+
80
+ // The forked task need to be terminated as soon as my task is finished
81
+ forkedSpringBoot.get().stopAfter = project.tasks.named(OPEN_API_TASK_NAME)
82
83
84
0 commit comments