We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c01437 commit a4f1a17Copy full SHA for a4f1a17
1 file changed
README.md
@@ -477,7 +477,7 @@ java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generat
477
-i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml \
478
-g java \
479
-t modules/openapi-generator/src/main/resources/Java \
480
- --additional-properties artifactId=petstore-okhttp-gson,hideGenerationTimestamp:true \
+ --additional-properties artifactId=petstore-okhttp-gson,hideGenerationTimestamp=true \
481
-o samples/client/petstore/java/okhttp-gson
482
```
483
0 commit comments