summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 52ae44a..db17021 100755
--- a/build.sh
+++ b/build.sh
@@ -6,6 +6,6 @@
6set -eu 6set -eu
7 7
8./mvnw dependency:go-offline install 8./mvnw dependency:go-offline install
9rm -fr ~/.m2/repository/lv/enes/ 9rm -fr ${M2_REPO:-~/.m2/repository}/lv/enes/
10./mvnw -o clean 10./mvnw -o clean
11./mvnw -o install 11./mvnw -o install