use docker build

This commit is contained in:
xRain 2024-12-11 06:01:00 +08:00
parent c8b93db337
commit 5dd538fbb6

View File

@ -10,7 +10,8 @@ runs:
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 -Dhttps.proxyHost=100.100.13.14 -Dhttps.proxyPort=8118 \
-Dhttp.proxyHost=100.100.13.14 -Dhttp.proxyPort=8118"
- name: create dockerfile - name: create dockerfile