Skip to content

Commit 45f0638

Browse files
committed
chore: make jpm build install by default
1 parent 6924da3 commit 45f0638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ java: 21
2424
dependencies:
2525
actions:
2626
clean: ./mvnw clean
27-
build: ./mvnw spotless:apply package -DskipTests
27+
build: ./mvnw spotless:apply install -DskipTests
2828
test: ./mvnw test
2929
format: ./mvnw spotless:apply

0 commit comments

Comments
 (0)