forked from loafle/openapi-generator-original
* 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
|