Skip to content

Commit

Permalink
CI - try system proxy gradle proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Jan 30, 2024
1 parent 107acb7 commit 5843001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jobs/build_projet_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build_projet_gradle:
-Dhttps.proxyHost="$HTTPS_PROXY_HOST" \
-Dhttps.proxyPort="$HTTPS_PROXY_PORT" \
-Dhttp.nonProxyHosts="$NO_PROXY" \
-Dhttps.proxyProtocol="http"
-Djava.net.useSystemProxies=true

tags:
- build
Expand Down

0 comments on commit 5843001

Please sign in to comment.