From d2ac3f329ef71e878bdea56d87a0f5251c685dd3 Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Thu, 19 Dec 2024 14:23:08 +1100 Subject: [PATCH] chore: use mvn clean install for JVM build (#3824) Running the clean means that the clean plugin will be downloaded and cached, which should help with the rate limiting we are seeing. --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 1357fee20b..1e17f92394 100644 --- a/Justfile +++ b/Justfile @@ -136,7 +136,7 @@ build-backend-tests: go test -run ^NONE -tags integration,infrastructure ./... > /dev/null build-jvm *args: - @mk {{JVM_RUNTIME_OUT}} : {{JVM_RUNTIME_IN}} -- mvn -f jvm-runtime/ftl-runtime install {{args}} + @mk {{JVM_RUNTIME_OUT}} : {{JVM_RUNTIME_IN}} -- mvn -f jvm-runtime/ftl-runtime clean install {{args}} # Builds all language plugins build-language-plugins: build-zips build-protos