diff --git a/action.yml b/action.yml index e50f0f1..2bad434 100644 --- a/action.yml +++ b/action.yml @@ -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"