We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2da9ee commit 18ef230Copy full SHA for 18ef230
build.sh
@@ -1,11 +1,8 @@
1
#!/bin/bash
2
3
VERSION=latest
4
-export DOCKER_HOST=unix://$HOME/.lima/docker/sock/docker.sock
5
-export JAVA_HOME=/Users/terry/Library/Java/JavaVirtualMachines/corretto-17.0.14/Contents/Home
6
-set -e
7
8
-mvn spotless:apply
+set -e
9
10
# 检查 Java 版本
11
JAVA_VERSION_OUTPUT=$(java -version 2>&1 | head -n 1 | cut -d'"' -f2)
0 commit comments