We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca2b3e commit 43283e3Copy full SHA for 43283e3
.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
27
distribution: 'temurin'
28
cache: maven
29
- name: Build with Maven
30
- run: mvn --batch package --file pom.xml
+ run: mvn package --file pom.xml --batch-mode
31
32
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
33
- name: Update dependency graph
0 commit comments