forked from loafle/openapi-generator-original
* replace okhttp-gson with okhttp-gson-nextgen * add new files * update doc * clean up pom * update test * restore error handling in doc * add back changes * uncomment tests * update samples
9 lines
397 B
YAML
9 lines
397 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/okhttp-gson
|
|
library: okhttp-gson
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/java/petstore-with-fake-endpoints-models-for-testing-with-http-signature-okhttp-gson.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-okhttp-gson
|
|
hideGenerationTimestamp: "true"
|