You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the progress of migrating from coursier-small to coursier/interface. Is there a way to pass in a PrintWriter for the download progress? I found Cache.create().withLogger(Logger.progressBars()) but it only accepts OutputStreamWriter. In coursier-small we use new TermDisplay(PrintWriter, ..).
The text was updated successfully, but these errors were encountered:
I'm in the progress of migrating from coursier-small to coursier/interface. Is there a way to pass in a
PrintWriter
for the download progress? I foundCache.create().withLogger(Logger.progressBars())
but it only acceptsOutputStreamWriter
. In coursier-small we usenew TermDisplay(PrintWriter, ..)
.The text was updated successfully, but these errors were encountered: