Skip to content

Commit 01b0178

Browse files
committed
run accessing of task with clean
1 parent 47be09e commit 01b0178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class OpenApiGradlePluginTest {
121121
""".trimMargin()
122122
)
123123

124-
assertEquals(TaskOutcome.SUCCESS, openApiDocsTask(runTheBuild()).outcome)
124+
assertEquals(TaskOutcome.SUCCESS, openApiDocsTask(runTheBuild("clean")).outcome)
125125
assertOpenApiJsonFile(1, buildDir = specialOutputDir)
126126
}
127127

0 commit comments

Comments
 (0)