Add project id to watching message

We redefine watchingMessage in project scope so we can use
thisProjectRef to make the watching message more precise.

Fixes #2038
This commit is contained in:
Dale Wijnand
2017-12-15 01:49:14 +00:00
parent 3d45f82e75
commit 5f0852818b
4 changed files with 22 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
[@dwijnand]: https://github.com/dwijnand
[2059]: https://github.com/sbt/sbt/issues/2059
[2662]: https://github.com/sbt/sbt/pull/2662
### Fixes with compatibility implications
### Improvements
- Changes `publishTo` and `otherResolvers` from SettingKeys to TaskKeys. [#2059][2059]/[#2662][2662] by [@dwijnand][@dwijnand]
### Bug fixes