hqbhoho commented on code in PR #7495:
URL: https://github.com/apache/gravitino/pull/7495#discussion_r2199316741
##########
clients/client-java/build.gradle.kts:
##########
@@ -25,6 +25,9 @@ plugins {
dependencies {
implementation(project(":api"))
implementation(project(":common"))
+ implementation(project(":core")) {
+ exclude("*")
+ }
Review Comment:
> The client module should not include the core module, We need to move
Config to common first
@diqiu50 OK I will try move first in another PR. Move `Config` to common
may be a great refactor because of many class use `Config`
--
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]