Skip to content

Commit

Permalink
I hate fighting with the build.sbt file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed May 18, 2017
1 parent d5a76be commit 6c5f86d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ libraryDependencies ++= Seq(
"com.holdenkarau" % "spark-testing-base_2.11" % "2.0.1_0.4.7"
)

artifactName := { (sv: ScalaVersion, module: ModuleID, artifact: Artifact) =>
artifact.name + "_2.11" + "-" + sparkVersion.value + "_" + module.revision + "." + artifact.extension
}

parallelExecution in Test := false

// All Spark Packages need a license
Expand Down

0 comments on commit 6c5f86d

Please sign in to comment.