We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd8a2a commit ecd44b6Copy full SHA for ecd44b6
scripts/gen_java_client.sh
@@ -46,7 +46,8 @@ docker run --rm -v ${PWD}:/local ${OPENAPI_DOCKER} generate \
46
--http-user-agent "Cromwell-Java-Client/${CROMWELL_HASH}" \
47
--skip-validate-spec \
48
--api-package ${BASE_PACKAGE}.api \
49
- --model-package ${BASE_PACKAGE}.model
+ --model-package ${BASE_PACKAGE}.model \
50
+ --additional-properties=disallowAdditionalPropertiesIfNotPresent=false
51
52
# 2. Remove the generator's build.sbt
53
rm codegen_java/build.sbt
0 commit comments