jerryshao commented on code in PR #4005:
URL: https://github.com/apache/gravitino/pull/4005#discussion_r1682789731
##########
build.gradle.kts:
##########
@@ -582,9 +616,38 @@ tasks {
destinationDirectory.set(projectDir.dir("distribution"))
}
+ val assembleIcebergRESTServer by registering(Tar::class) {
+ dependsOn("compileIcebergRESTServer")
+ // fix gradlew assembleDistribution error
Review Comment:
What's the problem here?
--
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]