Skip to content

Commit 6473425

Browse files
committed
chore: bump baseVersion to 0.1.0-platform.7 and update openapi config options
1 parent b1601b3 commit 6473425

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

api/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ openApiGenerate {
7979
mapOf(
8080
"library" to "okhttp-gson",
8181
"serializationLibrary" to "gson",
82-
"useJakartaEe" to "true"
82+
"useJakartaEe" to "true",
83+
"disallowAdditionalPropertiesIfNotPresent" to "false"
8384
)
8485
)
8586
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`signing`
1010
}
1111

12-
val baseVersion = "0.1.0-platform.6"
12+
val baseVersion = "0.1.0-platform.7"
1313
val commitHash = System.getenv("COMMIT_HASH")
1414
val isSnapshot = commitHash != null
1515

0 commit comments

Comments
 (0)