We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05af07b commit a4098a1Copy full SHA for a4098a1
build.gradle
@@ -224,7 +224,8 @@ task addSparkJar(type: Copy) {
224
}
225
// Remove the unwanted directory from jar B
226
delete file("${jarBContents}/org/apache/spark/unused")
227
-
+ delete file("${jarBContents}/org/sparkproject/jetty/http")
228
+ delete file("${jarBContents}/META-INF/maven/org.eclipse.jetty/jetty-http")
229
// Re-compress jar B
230
ant.zip(destfile: jarB, baseDir: jarBContents)
231
0 commit comments