yuqi1129 commented on code in PR #5358:
URL: https://github.com/apache/gravitino/pull/5358#discussion_r1823725113
##########
dev/docker/gravitino/gravitino-dependency.sh:
##########
@@ -22,15 +22,24 @@ gravitino_dir="$(dirname "${BASH_SOURCE-$0}")"
gravitino_dir="$(cd "${gravitino_dir}">/dev/null; pwd)"
gravitino_home="$(cd "${gravitino_dir}/../../..">/dev/null; pwd)"
+# Build the Gravitino project
+${gravitino_home}/gradlew clean build -x test
Review Comment:
In fact, if we do not build the project here , in the `compileDistribution`
stage, it will still compile the whole project, If this matters, I will change
it accordingly.
--
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]