mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
WIP update open api spec
This commit is contained in:
parent
6e597f0509
commit
b87d81513a
10 changed files with 594 additions and 449 deletions
|
|
@ -36,14 +36,14 @@ openApiGenerate {
|
|||
put("enumPropertyNaming", "UPPERCASE")
|
||||
put("modelMutable", false)
|
||||
}
|
||||
typeMappings.set(
|
||||
mapOf(
|
||||
"number" to "kotlin.Int",
|
||||
"integer" to "kotlin.Int",
|
||||
"int32" to "kotlin.Int",
|
||||
"int64" to "kotlin.Long",
|
||||
),
|
||||
)
|
||||
// typeMappings.set(
|
||||
// mapOf(
|
||||
// "number" to "kotlin.Int",
|
||||
// "integer" to "kotlin.Int",
|
||||
// "int32" to "kotlin.Int",
|
||||
// "int64" to "kotlin.Long",
|
||||
// ),
|
||||
// )
|
||||
}
|
||||
|
||||
tasks.named("compileKotlin") {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue