gh-yzou commented on code in PR #1857:
URL: https://github.com/apache/polaris/pull/1857#discussion_r2141134859


##########
plugins/spark/v3.5/spark/build.gradle.kts:
##########
@@ -178,3 +178,5 @@ tasks.register<ShadowJar>("createPolarisSparkJar") {
 }
 
 tasks.withType(Jar::class).named("sourcesJar") { 
dependsOn("createPolarisSparkJar") }
+
+tasks.named<Jar>("jar") { archiveClassifier.set("testJar") }

Review Comment:
   sorry for the confusion, that is a bad name. I am just referring the 
original default jar job,  updated the classifier to  "defaultJar" to be more 
clear.



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