Check for deduplication of tasks

This commit is contained in:
Eugene Yokota 2015-01-20 18:05:03 -05:00
parent eca9321d22
commit e94ccfd72b
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ lazy val root = project.
IO.append(t, "1")
},
sideEffect2 := {
// check for deduplication of tasks
val _ = sideEffect1.value
val t = testFile.value
IO.append(t, "2")
},