Skip to content

Commit 2d73400

Browse files
author
bnasslahsen
committed
fix tests for windows
1 parent 17fcd3c commit 2d73400

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
@@ -84,7 +84,7 @@ class OpenApiGradlePluginTest {
8484

8585
buildFile.writeText("""$baseBuildGradle
8686
openApi{
87-
outputDir = file("${specialOutputDir.path}")
87+
outputDir = file("${specialOutputDir.toURI().path}")
8888
}
8989
""".trimMargin())
9090

0 commit comments

Comments
 (0)