[ofbiz-tools] branch master updated: Fixed: excludes Gradle verification data (moreover not used yet)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-tools] branch master updated: Fixed: excludes Gradle verification data (moreover not used yet)

jleroux@apache.org
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 8b2e69e  Fixed: excludes Gradle verification data (moreover not used yet)
8b2e69e is described below

commit 8b2e69e409e2e9cb82e82d0f87715e13f38124d0
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sat Mar 6 13:40:18 2021 +0100

    Fixed: excludes Gradle verification data (moreover not used yet)
   
    gradle/wrapper/no-verification-metadata.xml
    gradle/wrapper/verification-keyring.gpg
   
    They can be dynamically changed so better to exclude them from license checking
---
 rat-excludes.txt | 3 +++
 1 file changed, 3 insertions(+)

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