MonkeyCanCode commented on code in PR #4588:
URL: https://github.com/apache/polaris/pull/4588#discussion_r3391447142
##########
plugins/spark/v3.5/integration/build.gradle.kts:
##########
@@ -134,6 +136,13 @@ dependencies {
testImplementation(libs.antlr4.runtime)
}
+evaluationDependsOn(":polaris-spark-${sparkMajorVersion}_${scalaVersion}")
+
+val sparkBundleJarTask =
+ project(":polaris-spark-${sparkMajorVersion}_${scalaVersion}")
+ .tasks
+ .named<ShadowJar>("createPolarisSparkJar")
Review Comment:
Thanks for the info. I will fix this one once we have a conclusion regarding
cross project dependencies.
--
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]