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.
2 parents 2ade816 + a69fab6 commit 32ba4acCopy full SHA for 32ba4ac
.github/workflows/workflow.yml
@@ -28,4 +28,4 @@ jobs:
28
java-version: ${{ matrix.java }}
29
cache: maven
30
- name: Build with Maven
31
- run: mvn -B clean verify
+ run: mvn -B package --file pom.xml
0 commit comments