flyrain commented on code in PR #3340:
URL: https://github.com/apache/polaris/pull/3340#discussion_r2666653196


##########
runtime/server/build.gradle.kts:
##########
@@ -40,16 +40,36 @@ val distributionElements by
 dependencies {
   implementation(project(":polaris-runtime-service"))
 
+  // Dependencies from merged polaris-admin module
+  implementation(project(":polaris-core"))

Review Comment:
   Change it to `compileOnly`, otherwise the compilation will fail.



##########
runtime/server/build.gradle.kts:
##########
@@ -40,16 +40,36 @@ val distributionElements by
 dependencies {
   implementation(project(":polaris-runtime-service"))
 
+  // Dependencies from merged polaris-admin module
+  implementation(project(":polaris-core"))

Review Comment:
   Changed it to `compileOnly`, otherwise the compilation will fail.



-- 
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]

Reply via email to