Skip to content

Commit

Permalink
Revert "Enabled incremental build that comes with sbt 0.13.2"
Browse files Browse the repository at this point in the history
This reverts commit 71ce7eb.

I meant only to merge this into master. It's an experimental
build feature.
  • Loading branch information
pwendell committed May 11, 2014
1 parent 71ce7eb commit 758e543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ object SparkBuild extends Build {
retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]",
transitiveClassifiers in Scope.GlobalScope := Seq("sources"),
testListeners <<= target.map(t => Seq(new eu.henkelmann.sbt.JUnitXmlTestsListener(t.getAbsolutePath))),
incOptions := incOptions.value.withNameHashing(true),

// Fork new JVMs for tests and set Java options for those
fork := true,
javaOptions in Test += "-Dspark.home=" + sparkHome,
Expand Down

0 comments on commit 758e543

Please sign in to comment.