We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da376c5 commit 47df5ecCopy full SHA for 47df5ec
.github/workflows/java.yml
@@ -13,6 +13,6 @@ jobs:
13
with:
14
java-version: 17
15
- name: Build
16
- run: mvn build
+ run: mvn package
17
- name: Test
18
run: mvn test
0 commit comments