Skip to content

Commit a4f1a17

Browse files
authored
Update README.md (#17468)
hideGenerationTimestamp flag should be =true instead of :true
1 parent 8c01437 commit a4f1a17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generat
477477
-i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml \
478478
-g java \
479479
-t modules/openapi-generator/src/main/resources/Java \
480-
--additional-properties artifactId=petstore-okhttp-gson,hideGenerationTimestamp:true \
480+
--additional-properties artifactId=petstore-okhttp-gson,hideGenerationTimestamp=true \
481481
-o samples/client/petstore/java/okhttp-gson
482482
```
483483

0 commit comments

Comments
 (0)