Skip to content

Commit e512399

Browse files
committed
Revert "Reuse shadowJar for spark client bundle jar maven publish (#1857)"
This reverts commit 1f7f127.
1 parent 783ad75 commit e512399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/spark/v3.5/spark/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ tasks.register<ShadowJar>("createPolarisSparkJar") {
108108
minimize { exclude(dependency("org.apache.iceberg:iceberg-spark-runtime-*.*")) }
109109
}
110110

111-
// ensure the shadowJar job is run for both `assemble` and `build` task
111+
// ensure the ShadowJar job is run for both `assemble` and `build` task
112112
tasks.named("assemble") { dependsOn("createPolarisSparkJar") }
113113

114114
tasks.named("build") { dependsOn("createPolarisSparkJar") }

0 commit comments

Comments
 (0)