Add FAQ point about COURSIER_NO_TERM

This commit is contained in:
Alexandre Archambault 2016-02-22 22:59:14 +01:00
parent 2ee0253d13
commit 79b464754f
2 changed files with 10 additions and 0 deletions

View File

@ -599,6 +599,11 @@ java.lang.VerifyError: (class: org/jboss/netty/channel/socket/nio/NioWorkerPool,
```
Excluding `org.jboss.netty:netty` from the spark dependencies fixes it.
#### The coursier SBT plugin flow my CI output with messages. What can I do?
Set the `COURSIER_NO_TERM` environment variable to `1`. This disables the
progress bar message, and prints simple `Downloading URL` / `Downloaded URL`
instead.
## Roadmap

View File

@ -623,6 +623,11 @@ java.lang.VerifyError: (class: org/jboss/netty/channel/socket/nio/NioWorkerPool,
```
Excluding `org.jboss.netty:netty` from the spark dependencies fixes it.
#### The coursier SBT plugin flow my CI output with messages. What can I do?
Set the `COURSIER_NO_TERM` environment variable to `1`. This disables the
progress bar message, and prints simple `Downloading URL` / `Downloaded URL`
instead.
## Roadmap