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 0a1d1c5 commit 3328a63Copy full SHA for 3328a63
.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
27
distribution: 'temurin'
28
cache: maven
29
- name: Build with MavenWrapper
30
- run: ./mvnw -B package
+ run: ./mvnw -X package
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