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 cc390a1 commit 04d64eaCopy full SHA for 04d64ea
src/main/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePlugin.kt
@@ -32,7 +32,6 @@ 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