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 04d64ea commit 20f9089Copy full SHA for 20f9089
src/main/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePlugin.kt
@@ -32,6 +32,7 @@ open class OpenApiGradlePlugin: Plugin<Project> {
32
}
33
34
// This is my task. Before I can run it I have to run the dependent tasks
35
+ val openApiGeneratorTask = project.tasks.register(OPEN__API_TASK_NAME, OpenApiGeneratorTask::class.java) { openApiGenTask ->
36
openApiGenTask.dependsOn(forkedSpringBoot)
37
38
openApiGenTask.doLast {
0 commit comments