You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/03/06 12:40:05 UTC

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

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 <ja...@les7arts.com>
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
+