We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783ad75 commit e512399Copy full SHA for e512399
plugins/spark/v3.5/spark/build.gradle.kts
@@ -108,7 +108,7 @@ tasks.register<ShadowJar>("createPolarisSparkJar") {
108
minimize { exclude(dependency("org.apache.iceberg:iceberg-spark-runtime-*.*")) }
109
}
110
111
-// ensure the shadowJar job is run for both `assemble` and `build` task
+// ensure the ShadowJar job is run for both `assemble` and `build` task
112
tasks.named("assemble") { dependsOn("createPolarisSparkJar") }
113
114
tasks.named("build") { dependsOn("createPolarisSparkJar") }
0 commit comments