forked from loafle/openapi-generator-original
updating config options (#18614)
Co-authored-by: Amrita Venkatraman <amrita.venkatraman@mavenclinic.com>
This commit is contained in:
parent
03389dfdbd
commit
89c2664e4c
@ -545,9 +545,7 @@ openApiGenerate {
|
||||
apiPackage.set("org.openapi.example.api")
|
||||
invokerPackage.set("org.openapi.example.invoker")
|
||||
modelPackage.set("org.openapi.example.model")
|
||||
configOptions.set([
|
||||
dateLibrary: "java8"
|
||||
])
|
||||
configOptions.put("dateLibrary", "java8")
|
||||
}
|
||||
----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user