remove proxy

This commit is contained in:
xRain 2024-12-11 03:34:52 +08:00
parent c05dd83c88
commit 22d678ab22

View File

@ -9,9 +9,7 @@ runs:
with:
entrypoint: "/bin/bash"
args: |
-c "export https_proxy=http://100.100.13.14:8118 && \
export http_proxy=http://100.100.13.14:8118 && \
gradle build --info --no-daemon && \
-c "gradle build --info --no-daemon && \
cd build/libs && \
mv $(ls *.jar) app.jar"