remove proxy

This commit is contained in:
xRain 2024-12-11 05:36:51 +08:00
parent 6ed7b99fd9
commit 53edfe317e

View File

@ -9,7 +9,7 @@ runs:
with: with:
entrypoint: "/bin/bash" entrypoint: "/bin/bash"
args: | args: |
-c "echo 'bootJar {archiveFileName = \"app.jar\"}' > build.gradle && \ -c "echo 'bootJar {archiveFileName = \"app.jar\"}' >> build.gradle && \
gradle build -x test --info -Dhttps.proxyHost=100.100.13.14 -Dhttps.proxyPort=8118 -Dhttp.proxyHost=100.100.13.14 -Dhttp.proxyPort=8118 --no-daemon" gradle build -x test --info -Dhttps.proxyHost=100.100.13.14 -Dhttps.proxyPort=8118 -Dhttp.proxyHost=100.100.13.14 -Dhttp.proxyPort=8118 --no-daemon"