Added a section "SBT Behind proxy"

This commit is contained in:
meeh
2018-04-23 00:26:53 +00:00
parent e941e79830
commit a047b91deb

View File

@ -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.