This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 69b5f33d RAT-312: Do not show download progress during builds
69b5f33d is described below
commit 69b5f33d94e96d1f539ec67aca4ffb51e7167e44
Author: Hugo Hirsch <[email protected]>
AuthorDate: Thu Oct 20 13:51:03 2022 +0200
RAT-312: Do not show download progress during builds
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 186ae695..4c27ca83 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -58,7 +58,7 @@ jobs:
cache: 'maven'
- name: Build with Maven
- run: mvn -e -B -V clean package site
+ run: mvn -e -B -V -ntp clean package site
# as of 20220505: Invalid workflow file
# The workflow is not valid. .github/workflows/maven.yml (Line: 55, Col: 1):
Unexpected value 'notifications'