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.
2 parents dfd6070 + dcaeb65 commit d6f3d3eCopy full SHA for d6f3d3e
src/main/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePlugin.kt
@@ -96,7 +96,7 @@ open class OpenApiGradlePlugin : Plugin<Project> {
96
97
// use original bootRun parameter if the list-type customBootRun properties are empty
98
workingDir = customBootRun.workingDir.asFile.orNull
99
- ?: fork.workingDir
+ ?: fork.temporaryDir
100
args = customBootRun.args.orNull?.takeIf { it.isNotEmpty() }?.toMutableList()
101
?: bootRun.args?.toMutableList() ?: mutableListOf()
102
classpath = customBootRun.classpath.takeIf { !it.isEmpty }
0 commit comments