This commit is contained in:
xRain 2024-12-11 03:28:18 +08:00
parent e2c52c0c1e
commit 82f5744234

View File

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