Skip to content

Commit 5f24afc

Browse files
committed
Try using autoproxy.
1 parent a899afe commit 5f24afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
echo "Running $(which ant) with arguments: $@"
2-
eval "ant -Dhttp.proxyHost=localhost -Dhttp.proxyPort=8080 $@" | tee ${JBS_WORKDIR}/logs/ant.log
2+
eval "ant -autoproxy $@" | tee ${JBS_WORKDIR}/logs/ant.log

0 commit comments

Comments
 (0)