mirror of https://github.com/sbt/sbt.git
Check for deduplication of tasks
This commit is contained in:
parent
eca9321d22
commit
e94ccfd72b
|
|
@ -29,6 +29,8 @@ lazy val root = project.
|
||||||
IO.append(t, "1")
|
IO.append(t, "1")
|
||||||
},
|
},
|
||||||
sideEffect2 := {
|
sideEffect2 := {
|
||||||
|
// check for deduplication of tasks
|
||||||
|
val _ = sideEffect1.value
|
||||||
val t = testFile.value
|
val t = testFile.value
|
||||||
IO.append(t, "2")
|
IO.append(t, "2")
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue