mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-15 11:39:07 +00:00
updated configuration for system properties
This commit is contained in:
@@ -339,6 +339,9 @@ public class CodegenConfigurator {
|
||||
if (dynamicProperties.containsKey(opt)) {
|
||||
codegenConfig.additionalProperties().put(opt, dynamicProperties.get(opt));
|
||||
}
|
||||
else if(systemProperties.containsKey(opt)) {
|
||||
codegenConfig.additionalProperties().put(opt, systemProperties.get(opt).toString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user