Closed
Description
Hi,
I would need to generate swagger files in yaml,
SpringDoc supports it but not this plugin.
When I run it with the following config:
openApi {
apiDocsUrl.set("http://localhost:8080/api-docs.yaml")
outputDir.set(file("$buildDir/docs"))
outputFileName.set("swagger.yaml")
waitTimeInSeconds.set(10)
}
the plugin fails with
* What went wrong:
Execution failed for task ':generateOpenApiDocs'.
> A JSONObject text must begin with '{' at 1 [character 2 line 1]
Metadata
Metadata
Assignees
Labels
No labels