remove proxy

This commit is contained in:
xRain 2024-12-11 05:13:45 +08:00
parent 22d678ab22
commit 338f3bf468

View File

@ -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"