mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 12:10:54 +00:00
* better petstore tests for scala-sttp * test scala sttp in github workflow * test with jdk 11 * comment test
7 lines
277 B
YAML
7 lines
277 B
YAML
generatorName: scala-sttp
|
|
outputDir: samples/client/petstore/scala-sttp
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/scala/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/scala-sttp
|
|
additionalProperties:
|
|
artifactId: scala-sttp-petstore
|