mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 17:38:02 +02:00
This flips the default `:=` operation to the cached task. To opt out of the cache, use `Def.uncached(...)` or mark the key with `@cacheLevel(include = Array.empty)`