This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new fc68791  Fixed: excludes Gradle verification data (moreover not used 
yet)
fc68791 is described below

commit fc68791bc37ed6d6bce986a1aa186fcb809fbbb9
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Mar 8 11:49:00 2021 +0100

    Fixed: excludes Gradle verification data (moreover not used yet)
    
    gradle/no-verification-metadata.xml
    gradle/verification-keyring.gpg
    
    They can be dynamically changed so better to exclude them from license 
checking
    
    Was wrong location in previous commit
---
 rat-excludes.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rat-excludes.txt b/rat-excludes.txt
index 007307b..6ec93ab 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -73,6 +73,6 @@ VERSION
 **/framework/base/src/main/java/META-INF/**
 **/.gradle/**
 **/gradle/wrapper/**
-**/gradle/wrapper/no-verification-metadata.xml
-**/gradle/wrapper/verification-keyring.gpg
+**/gradle/no-verification-metadata.xml
+**/gradle/verification-keyring.gpg
 

Reply via email to