Skip to content

Commit 70bcdef

Browse files
ScrapCodespwendell
authored andcommitted
Enabled incremental build that comes with sbt 0.13.2
More info at. sbt/sbt#1010 Author: Prashant Sharma <[email protected]> Closes #525 from ScrapCodes/sbt-inc-opt and squashes the following commits: ba8fa42 [Prashant Sharma] Enabled incremental build that comes with sbt 0.13.2
1 parent 83e0424 commit 70bcdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ object SparkBuild extends Build {
176176
retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]",
177177
transitiveClassifiers in Scope.GlobalScope := Seq("sources"),
178178
testListeners <<= target.map(t => Seq(new eu.henkelmann.sbt.JUnitXmlTestsListener(t.getAbsolutePath))),
179-
179+
incOptions := incOptions.value.withNameHashing(true),
180180
// Fork new JVMs for tests and set Java options for those
181181
fork := true,
182182
javaOptions in Test += "-Dspark.home=" + sparkHome,

0 commit comments

Comments
 (0)