Add --no-transfer-progress.

This commit is contained in:
Fabio Niephaus 2023-01-12 09:46:13 +01:00
parent 95b88b88e3
commit e8d3734185
No known key found for this signature in database
GPG key ID: F21CF5275F31DFD6

View file

@ -26,4 +26,4 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven Wrapper
run: ./mvnw -B package
run: ./mvnw -B -ntp package