Normalize mvn invocation on GitHub
This commit is contained in:
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -49,4 +49,4 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: Build with Maven
|
||||
run: mvn -V --no-transfer-progress -D doclint=none --file pom.xml
|
||||
run: mvn --show-version --batch-mode --no-transfer-progress -Ddoclint=none
|
||||
|
||||
Reference in New Issue
Block a user