From 557e614b09f28de3f3982980b11f105bcd8cab0e Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Thu, 19 Dec 2024 14:14:18 +1100 Subject: [PATCH] chore: use mvn clean install for JVM build 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 1357fee20..1e17f9239 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