Skip to content

Commit

Permalink
Remove warning about out-of-graph task execution
Browse files Browse the repository at this point in the history
  • Loading branch information
asflierl committed Aug 8, 2018
1 parent 8d9c233 commit 7f3a548
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,6 @@ This generates:

Tasks can be added only if they do not depend on `sourceGenerators`. Otherwise, it will cause an infinite loop.

**CAVEAT**: The tasks added to `buildInfoKeys` are not deduplicated against sbt's task engine. Therefore,
calling complex tasks that require locking and/or exclusive access may cause unexpected race condition. Keep it
to relatively simple tasks. See [#87][] / [scala-js/scala-js#2363][] / [sbt/sbt#2970][] / [sbt/sbt#2156][].

[#87]: https://github.com/sbt/sbt-buildinfo/issues/87
[scala-js/scala-js#2363]: https://github.com/scala-js/scala-js/issues/2363
[sbt/sbt#2970]: https://github.com/sbt/sbt/issues/2970
[sbt/sbt#2156]: https://github.com/sbt/sbt/issues/2156

Here's how to change the generated object name:

```scala
Expand Down

0 comments on commit 7f3a548

Please sign in to comment.