We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c50f7e commit 24b41e1Copy full SHA for 24b41e1
1 file changed
.github/workflows/ci.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: print Java version
27
run: java -version
28
- name: Build with Maven
29
- run: ./mvnw clean test
+ run: ./mvnw --no-transfer-progress -B clean test
0 commit comments