File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ name := "gibbs-image-denoiser"
44organization := " io.github.vallasc"
55version := " 1.0"
66
7+ mainClass in (Compile , packageBin) := Some (" Main" )
8+
79libraryDependencies += " org.scalanlp" %% " breeze" % " 1.3"
810
911libraryDependencies += " org.apache.spark" %% " spark-core" % " 3.2.0" % " provided"
@@ -12,7 +14,7 @@ libraryDependencies += "org.apache.spark" %% "spark-mllib" % "3.2.0" % "provided
1214libraryDependencies += " 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
1719assembly / assemblyMergeStrategy := {
1820 case PathList (" META-INF" , _* ) => MergeStrategy .discard
You can’t perform that action at this time.
0 commit comments