adutra commented on code in PR #877: URL: https://github.com/apache/polaris/pull/877#discussion_r1929843763
########## getting-started/trino/README.md: ########## @@ -24,7 +24,7 @@ This getting started guide provides a `docker-compose` file to set up [Trino](ht ## Build Polaris Image Build Polaris Image while Docker is running ``` -./gradlew :polaris-quarkus-server:assemble -Dquarkus.container-image.build=true +./gradlew clean :polaris-quarkus-server:assemble -Dquarkus.container-image.build=true Review Comment: I'm not sure we need clean here. I mean, you will get exactly the same image, only it will be slower. Wdyt? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
