Skip to content

Commit

Permalink
chore: use mvn clean install for JVM build (#3824)
Browse files Browse the repository at this point in the history
Running the clean means that the clean plugin will be downloaded and
cached, which should help with the rate limiting we are seeing.
  • Loading branch information
stuartwdouglas authored Dec 19, 2024
1 parent e05a35f commit d2ac3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2ac3f3

Please sign in to comment.