Skip to content

Commit b0e3aeb

Browse files
committed
Ad main package
1 parent f2e67ad commit b0e3aeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name := "gibbs-image-denoiser"
44
organization := "io.github.vallasc"
55
version := "1.0"
66

7+
mainClass in (Compile, packageBin) := Some("Main")
8+
79
libraryDependencies += "org.scalanlp" %% "breeze" % "1.3"
810

911
libraryDependencies += "org.apache.spark" %% "spark-core" % "3.2.0" % "provided"
@@ -12,7 +14,7 @@ libraryDependencies += "org.apache.spark" %% "spark-mllib" % "3.2.0" % "provided
1214
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.7.1"
1315

1416

15-
assembly / assemblyOutputPath := file(s"./jar/binary.jar")
17+
assembly / assemblyOutputPath := file("./jar/binary.jar")
1618

1719
assembly / assemblyMergeStrategy := {
1820
case PathList("META-INF", _*) => MergeStrategy.discard

0 commit comments

Comments
 (0)