Skip to content

Commit 47df5ec

Browse files
committed
Using 'package' for build
1 parent da376c5 commit 47df5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
java-version: 17
1515
- name: Build
16-
run: mvn build
16+
run: mvn package
1717
- name: Test
1818
run: mvn test

0 commit comments

Comments
 (0)