We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b0178 commit ca82228Copy full SHA for ca82228
src/test/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePluginTest.kt
@@ -443,7 +443,7 @@ class OpenApiGradlePluginTest {
443
private fun runTheBuild(vararg additionalArguments: String = emptyArray()) =
444
GradleRunner.create()
445
.withProjectDir(projectTestDir)
446
- .withArguments("generateOpenApiDocs", *additionalArguments)
+ .withArguments(*additionalArguments, "generateOpenApiDocs")
447
.withPluginClasspath()
448
.build()
449
0 commit comments