FANNG1 commented on code in PR #4005:
URL: https://github.com/apache/gravitino/pull/4005#discussion_r1684033414
##########
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:
Gradlew reports the task dependency error previously, but after some change,
I could run pass it with removing the `runAfter`, so remove it now.
--
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]