Skip to content

Instantly share code, notes, and snippets.

@JonasGao
Created January 12, 2024 03:15
Show Gist options
  • Save JonasGao/fc960f778432081ede4e3650c3499cb0 to your computer and use it in GitHub Desktop.
Save JonasGao/fc960f778432081ede4e3650c3499cb0 to your computer and use it in GitHub Desktop.
Download gradle with proxy example.
$env:JAVA_OPTS = "-Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=7890"
.\gradlew.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment