mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
fixed swagger listing
This commit is contained in:
parent
7f62576d88
commit
5e68bd58fc
@ -109,6 +109,7 @@ public class Generator {
|
||||
|
||||
if (opts.getOptions() != null) {
|
||||
codegenConfig.additionalProperties().putAll(opts.getOptions());
|
||||
codegenConfig.additionalProperties().put("swagger", swagger);
|
||||
}
|
||||
|
||||
codegenConfig.setOutputDir(outputFolder);
|
||||
|
Loading…
Reference in New Issue
Block a user