Skip to content

Commit

Permalink
Fix: Add support for sub folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Narmada M committed Feb 9, 2023
1 parent 356859e commit b9fd2b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class OpenApiMergerApp {
it
}.forEach {
log.debug("Parsing OpenAPI file {}", it.absolutePath)
parseOptions.isResolve = true
val openAPI = OpenAPIV3Parser().read(it.absolutePath, null, parseOptions)
openApiMerger.merge(openAPI)
}
Expand Down

0 comments on commit b9fd2b4

Please sign in to comment.