Skip to content

Commit fcbc469

Browse files
committed
chore: 修改release.sh
1 parent 0ad4279 commit fcbc469

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
echo "Building..."
44
echo "Build Backend..."
55
pushd src/Backend
6-
mvn clean
7-
mvn package -DskipTests
6+
./mvnw clean
7+
./mvnw package -DskipTests
88
popd
99

1010
echo "Build Frontend..."

0 commit comments

Comments
 (0)