summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..a888baa
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,10 @@
1#!/bin/sh
2
3# This is in script like this to also ensure reproducibility.
4# If you don't care about that, just ./mvnw install is enough :)
5
6set -eu
7
8./mvnw dependency:go-offline
9rm -fr ~/.m2/repository/lv/enes/
10./mvnw -o clean install