From a4f1a1750219799827ffd9e68d88e7f841cbeeca Mon Sep 17 00:00:00 2001 From: Alex Shani <77099403+axshani@users.noreply.github.com> Date: Tue, 26 Dec 2023 03:50:17 +0200 Subject: [PATCH] Update README.md (#17468) hideGenerationTimestamp flag should be =true instead of :true --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d3617e200..fb736df7f15 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,7 @@ java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generat -i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml \ -g java \ -t modules/openapi-generator/src/main/resources/Java \ - --additional-properties artifactId=petstore-okhttp-gson,hideGenerationTimestamp:true \ + --additional-properties artifactId=petstore-okhttp-gson,hideGenerationTimestamp=true \ -o samples/client/petstore/java/okhttp-gson ```