Skip to content

Commit 7593e4f

Browse files
committed
Normalize mvn invocation on GitHub
1 parent 5ab5a3e commit 7593e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
distribution: 'temurin'
5050
java-version: ${{ matrix.java }}
5151
- name: Build with Maven
52-
run: mvn -V --file pom.xml --no-transfer-progress
52+
run: mvn --show-version --batch-mode --no-transfer-progress

0 commit comments

Comments
 (0)