Skip to content

Commit 2166eb1

Browse files
committed
增加build脚本
1 parent c2a8c19 commit 2166eb1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
hs_err_pid*
2121
**/transaction-logs/
2222
pom.xml.versionsBackup
23-
build/
23+
build/
24+
!maven-wrapper.jar

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
./mvnw install -Dgit.commit.hash=$(git rev-parse HEAD) -DskipTests=true

0 commit comments

Comments
 (0)