Skip to content
Snippets Groups Projects
Commit 071ff7ef authored by Evan Chan's avatar Evan Chan
Browse files

Enable building a fat jar for the Spark REPL

parent fff37285
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ object SparkBuild extends Build {
def replSettings = sharedSettings ++ Seq(
name := "spark-repl",
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-compiler" % _)
)
) ++ assemblySettings ++ extraAssemblySettings ++ Twirl.settings
def examplesSettings = sharedSettings ++ Seq(
name := "spark-examples",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment