Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-16140 Update instruction for build project when use reverse proxy #16140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ localNexusLocation=http://nexus.0xdata.loc:8081/nexus/repository
#
publicNexusLocation="http://nexus.h2o.ai:8081/repository"

# If you use a reverse proxy to download source from internet, such as nginx reverse proxy, uncomment line below and put your proxy address
# systemProp.http.proxyHost=your_proxy_host
# systemProp.http.proxyPort=your_proxy_port
# systemProp.https.proxyHost=your_proxy_host
# systemProp.https.proxyPort=your_proxy_port

##
# Version of libraries used inside H2O
##
Expand Down