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.
clean
1 parent 47be09e commit 01b0178Copy full SHA for 01b0178
src/test/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePluginTest.kt
@@ -121,7 +121,7 @@ class OpenApiGradlePluginTest {
121
""".trimMargin()
122
)
123
124
- assertEquals(TaskOutcome.SUCCESS, openApiDocsTask(runTheBuild()).outcome)
+ assertEquals(TaskOutcome.SUCCESS, openApiDocsTask(runTheBuild("clean")).outcome)
125
assertOpenApiJsonFile(1, buildDir = specialOutputDir)
126
}
127
0 commit comments