Skip to content

Commit 20f9089

Browse files
author
bnasslahsen
committed
project review
1 parent 04d64ea commit 20f9089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ open class OpenApiGradlePlugin: Plugin<Project> {
3232
}
3333

3434
// 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 ->
3536
openApiGenTask.dependsOn(forkedSpringBoot)
3637

3738
openApiGenTask.doLast {

0 commit comments

Comments
 (0)