Skip to content

Commit 7efaa92

Browse files
committed
Use batch mode in mvn commands
This prevents the progress bar from being displayed in the log files.
1 parent 385b82d commit 7efaa92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: '8'
2525

2626
- name: Run Spotless Check
27-
run: mvn spotless:check
27+
run: mvn --batch-mode spotless:check
2828

2929
- name: Compile Project
30-
run: mvn compile
30+
run: mvn --batch-mode compile

0 commit comments

Comments
 (0)