FANNG1 commented on code in PR #4791:
URL: https://github.com/apache/gravitino/pull/4791#discussion_r1737636502
##########
settings.gradle.kts:
##########
@@ -66,3 +67,7 @@ project(":spark-connector:spark-runtime-3.5").projectDir =
file("spark-connector
include("web")
include("docs")
include("integration-test-common")
+include("flink-connector:flink")
+findProject(":flink-connector:flink")?.name = "flink"
+include("flink-connector:flink-runtime")
+findProject(":flink-connector:flink-runtime")?.name = "flink-runtime"
Review Comment:
what's the purpose of setting the name? I failed to run `./gradlew
flink-runtime:build` is it expected?
--
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]