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