jerryshao commented on code in PR #4005:
URL: https://github.com/apache/gravitino/pull/4005#discussion_r1682788580
##########
build.gradle.kts:
##########
@@ -560,8 +560,42 @@ tasks {
}
}
+ val compileIcebergRESTServer by registering {
+ dependsOn("iceberg:iceberg-rest-server:copyLibsToStandalonePackage")
+ group = "gravitino distribution"
+ outputs.dir(projectDir.dir("distribution/iceberg-rest-server"))
Review Comment:
Also better to rename to "gravitino-iceberg-rest-server"
--
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]