Skip to content

Commit

Permalink
Don't explicitly clean before testing (#210)
Browse files Browse the repository at this point in the history
This no longer appears to be necessary, and even causes problems on sbt 1.3.
See also #209
  • Loading branch information
raboof authored and SethTisue committed Nov 5, 2019
1 parent 8b62042 commit dfbef61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ lazy val root = (project in file("."))
result
},
test in Test := {
// since we are building for different Scala patch versions, a clean
// is required to avoid conflicts in class files
clean.value
saveTestClasspath.value
(test in Test).value
},
Expand Down

0 comments on commit dfbef61

Please sign in to comment.