This commit is contained in:
xRain 2024-12-11 03:13:42 +08:00
parent 3f9e2bf20b
commit 2cfbbb387d

View File

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