Skip to content

Commit 24b41e1

Browse files
committed
ci: enable Maven batch mode and no-transfer-progress
1 parent 7c50f7e commit 24b41e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: print Java version
2727
run: java -version
2828
- name: Build with Maven
29-
run: ./mvnw clean test
29+
run: ./mvnw --no-transfer-progress -B clean test

0 commit comments

Comments
 (0)