From 40e6de8ad2152852b75a7e1af01dd3c770f4f57f Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 10 Jan 2026 15:52:49 +0200 Subject: Fix build.sh --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 285bc1f..52ae44a 100755 --- a/build.sh +++ b/build.sh @@ -7,4 +7,5 @@ set -eu ./mvnw dependency:go-offline install rm -fr ~/.m2/repository/lv/enes/ -./mvnw -o clean install +./mvnw -o clean +./mvnw -o install -- cgit v1.2.3