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 b1601b3 commit 6473425Copy full SHA for 6473425
api/build.gradle.kts
@@ -79,7 +79,8 @@ openApiGenerate {
79
mapOf(
80
"library" to "okhttp-gson",
81
"serializationLibrary" to "gson",
82
- "useJakartaEe" to "true"
+ "useJakartaEe" to "true",
83
+ "disallowAdditionalPropertiesIfNotPresent" to "false"
84
)
85
86
}
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
`signing`
10
11
12
-val baseVersion = "0.1.0-platform.6"
+val baseVersion = "0.1.0-platform.7"
13
val commitHash = System.getenv("COMMIT_HASH")
14
val isSnapshot = commitHash != null
15
0 commit comments