Skip to content

Instantly share code, notes, and snippets.

@boniface
Created August 11, 2016 12:47
Show Gist options
  • Save boniface/e6b280456ddc7c8f19dc1b90c45accdb to your computer and use it in GitHub Desktop.
Save boniface/e6b280456ddc7c8f19dc1b90c45accdb to your computer and use it in GitHub Desktop.
SBT Proxy
-XX:MaxPermSize=384M
-Dhttps.proxyHost=10.18.8.9
-Dhttps.proxyPort=3128
-Dhttps.proxyUser=user
-Dhttps.proxyPassword=pass
-Dhttp.proxyHost=10.18.8.9
-Dhttp.proxyPort=3128
-Dhttp.proxyUser=user
-Dhttp.proxyPassword=passwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment