dimas-b commented on code in PR #1857: URL: https://github.com/apache/polaris/pull/1857#discussion_r2141249778
########## 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("defaultJar") } Review Comment: How about using the `internal` classifier for this jar? I suppose it is not meant to reuse. ########## 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("defaultJar") } Review Comment: How about using the `internal` classifier for this jar? I suppose it is not meant for reuse. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org