forked from loafle/openapi-generator-original
fixed swagger listing
This commit is contained in:
parent
7f62576d88
commit
5e68bd58fc
@ -109,6 +109,7 @@ public class Generator {
|
|||||||
|
|
||||||
if (opts.getOptions() != null) {
|
if (opts.getOptions() != null) {
|
||||||
codegenConfig.additionalProperties().putAll(opts.getOptions());
|
codegenConfig.additionalProperties().putAll(opts.getOptions());
|
||||||
|
codegenConfig.additionalProperties().put("swagger", swagger);
|
||||||
}
|
}
|
||||||
|
|
||||||
codegenConfig.setOutputDir(outputFolder);
|
codegenConfig.setOutputDir(outputFolder);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user