diff --git a/action.yml b/action.yml index ea1b5fa..951a7f3 100644 --- a/action.yml +++ b/action.yml @@ -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 && \ - gradle build -- info && \ + ./gradlew build --info --no-daemon && \ cd build/libs && \ mv $(ls *.jar) app.jar"