I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a047b91d authored by meeh's avatar meeh
Browse files

Added a section "SBT Behind proxy"

parent e941e798
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment