From 5dd538fbb6bcb896fbc21c60909fbee7a6ff6540 Mon Sep 17 00:00:00 2001 From: xRain Date: Wed, 11 Dec 2024 06:01:00 +0800 Subject: [PATCH] use docker build --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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