Skip to content

Commit

Permalink
build: Publish uber jar instead of thin jar
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed Oct 16, 2022
1 parent 7e59053 commit 0838fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class SparkModule(_scalaVersion: String, sparkVersion: String) extends SbtModule
Rule.Relocate("org.apache.commons.io.**", "shadeio.commons.io.@1"),
Rule.Relocate("org.apache.commons.compress.**", "shadeio.commons.compress.@1")
)
override def extraPublish = Seq(PublishInfo(assembly(), classifier = None, ivyConfig = "compile"))

val sparkDeps = Agg(
ivy"org.apache.spark::spark-core:$sparkVersion",
Expand Down

0 comments on commit 0838fa0

Please sign in to comment.