From a047b91debcba06069ec7e596bb616a1fb39f568 Mon Sep 17 00:00:00 2001 From: meeh <meeh@mail.i2p> Date: Mon, 23 Apr 2018 00:26:53 +0000 Subject: [PATCH] Added a section "SBT Behind proxy" --- README.HACKING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.HACKING.md b/README.HACKING.md index 663d8d49df..02460d285a 100644 --- a/README.HACKING.md +++ b/README.HACKING.md @@ -30,3 +30,8 @@ of hints of how this is peaced together lies there. Check out [README.MONOTONECHEATSHEET.md](README.MONOTONECHEATSHEET.md) file. +## SBT Behind proxy + +Seems it's a hassle behind SOCKSv5. But for use of HTTP proxy to fetch +dependencies and such, please edit `export SBT_OPTS="$SBT_OPTS -Dhttp.proxyHost=myproxy-Dhttp.proxyPort=myport"` +to have correct values for your system, then execute it before you start SBT. \ No newline at end of file -- GitLab