We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ec910 commit 8573fd2Copy full SHA for 8573fd2
.github/workflows/build.yml
@@ -25,5 +25,4 @@ jobs:
25
${{ runner.os }}-maven-
26
${{ runner.os }}-
27
- name: Run maven build
28
- run: mvn verify
29
-
+ run: mvn package
0 commit comments