mirror of https://github.com/sbt/sbt.git
Add environment variable change to 0.13.0 summary
This commit is contained in:
parent
d2f063c3b9
commit
daf300f4a9
|
|
@ -36,6 +36,7 @@ Improvements
|
|||
- Record defining source position of settings. ``inspect`` shows the definition location of all settings contributing to a defined value.
|
||||
- Allow the root project to be specified explicitly in ``Build.rootProject``.
|
||||
- Tasks that need a directory for storing cache information can now use the ``cacheDirectory`` method on ``streams``. This supersedes the ``cacheDirectory`` setting.
|
||||
- The environment variables used when forking ``run`` and ``test`` may be set via ``envVars``, which is a ``Task[Map[String,String]]``. (gh-665)
|
||||
|
||||
Other
|
||||
-----
|
||||
|
|
|
|||
Loading…
Reference in New Issue