updating config options (#18614)

Co-authored-by: Amrita Venkatraman <amrita.venkatraman@mavenclinic.com>
This commit is contained in:
Amrita Venkatraman 2024-05-08 22:46:00 -04:00 committed by GitHub
parent 03389dfdbd
commit 89c2664e4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")
}
----