Skip to content

Commit 3328a63

Browse files
committed
run maven with debug
1 parent 0a1d1c5 commit 3328a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'temurin'
2828
cache: maven
2929
- name: Build with MavenWrapper
30-
run: ./mvnw -B package
30+
run: ./mvnw -X package
3131

3232
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3333
- name: Update dependency graph

0 commit comments

Comments
 (0)