diff --git a/action.yml b/action.yml index 8c1307f..1629fa4 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,8 @@ runs: entrypoint: "/bin/bash" args: | -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 -Dhttps.proxyHost=100.100.13.14 -Dhttps.proxyPort=8118 \ + -Dhttp.proxyHost=100.100.13.14 -Dhttp.proxyPort=8118" - name: create dockerfile