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