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 350d417 commit 742ff93Copy full SHA for 742ff93
.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
27
distribution: 'temurin'
28
cache: maven
29
- name: Build with Maven
30
- run: mvn -B package --file pom.xml
+ run: ./mvnw verify
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