We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235f931 commit 9fff499Copy full SHA for 9fff499
1 file changed
.github/workflows/maven.yml
@@ -43,4 +43,4 @@ jobs:
43
with:
44
java-version: ${{ matrix.java }}
45
- name: Build with Maven
46
- run: mvn -V package --file pom.xml --no-transfer-progress
+ run: mvn --file pom.xml --no-transfer-progress
0 commit comments