sbt/main
Ethan Atkins f7dd228808 Allow aliases to be used in continuous builds
@japgolly reported in #4695 that aliased commands don't work in watch
anymore. This was because we were extracting the task from the raw
command rather than the aliased command. Since the alias wasn't a valid
key, we weren't able to parse the scoped key. The fix is to find the
aliased value and try that if we fail to parse the original command.

Fixes #4695
2019-05-28 16:49:23 -07:00
..
src Allow aliases to be used in continuous builds 2019-05-28 16:49:23 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00