forked from loafle/openapi-generator-original
* [kotlin] update pom.xml * [kotlin] update pom.xml * [kotlin][client] update dependencies * [kotlin][client] restore gradle * [kotlin][client] try to fix CI * Revert "[kotlin][client] restore gradle" This reverts commit 20a2947447f5646ca4850304a26bdf76e630a497. * [kotlin][client] try to fix CI * [kotlin][client] try to fix CI * [kotlin][client] try to fix CI * install gradle * [kotlin][client] try to fix CI * [kotlin][client] try to fix CI * [kotlin][client] disable integration tests Co-authored-by: William Cheng <wing328hk@gmail.com>
8 lines
317 B
YAML
8 lines
317 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-uppercase-enum
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/issue-4062.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-uppercase-enum
|
|
enumPropertyNaming: UPPERCASE
|