sbt/sbt-app/src/sbt-test/project/settings-delegate/test

7 lines
308 B
Plaintext

# Fix #8757: settings may delegate when scope is explicit (tasks still must not).
# console/fork is defined in default scope; Compile/console/fork should resolve via delegation.
> compile
# Setting with explicit config scope delegates (e.g. Compile/console/fork -> console/fork)
> show Compile/console/fork