Skip to content

Commit ca82228

Browse files
committed
add additional arguments before OpenAPI task
1 parent 01b0178 commit ca82228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePluginTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ class OpenApiGradlePluginTest {
443443
private fun runTheBuild(vararg additionalArguments: String = emptyArray()) =
444444
GradleRunner.create()
445445
.withProjectDir(projectTestDir)
446-
.withArguments("generateOpenApiDocs", *additionalArguments)
446+
.withArguments(*additionalArguments, "generateOpenApiDocs")
447447
.withPluginClasspath()
448448
.build()
449449

0 commit comments

Comments
 (0)