From 79b464754f0a29d45766e714decff07d92abd97a Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 22 Feb 2016 22:59:14 +0100 Subject: [PATCH] Add FAQ point about COURSIER_NO_TERM --- README.md | 5 +++++ doc/README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 9a73bd0ed..cdce237ed 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/README.md b/doc/README.md index 68a3c5ec9..dc45347da 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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