snazy commented on code in PR #3182: URL: https://github.com/apache/polaris/pull/3182#discussion_r2580788437
########## site/content/release-guide.md: ########## @@ -187,7 +187,7 @@ It's also welcome to verify the regression tests (see [regtests/README.md](https You can now build the source distribution: ``` -./gradlew build sourceTarball -Prelease -PuseGpgAgent -x test -x intTest +./gradlew build sourceTarball -Prelease -PuseGpgAgent -x test -x intTest -x check Review Comment: ```suggestion ./gradlew assemble sourceTarball -Prelease -PuseGpgAgent ``` `build` == `assemble` + `check` -- 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]
