mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Calling `.value` on a SettingKey doesn't trigger any execution and doesn't have any side effect, so we can safely allow calls to `.value` inside conditionals and lambdas. Fixes #3299