remove proxy
This commit is contained in:
parent
22d678ab22
commit
338f3bf468
@ -9,7 +9,7 @@ runs:
|
||||
with:
|
||||
entrypoint: "/bin/bash"
|
||||
args: |
|
||||
-c "gradle build --info --no-daemon && \
|
||||
-c "gradle build --info -Dhttps.proxyHost=100.100.13.14 -Dhttps.proxyPort=8118 -Dhttp.proxyHost=100.100.13.14 -Dhttp.proxyPort=8118 --no-daemon && \
|
||||
cd build/libs && \
|
||||
mv $(ls *.jar) app.jar"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user