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

toulmean pushed a commit to branch 1.4
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/1.4 by this push:
     new 892fd5e  ignore netty license files in rat check
892fd5e is described below

commit 892fd5e3276a7a3c952be3fd1033cdebed28cab8
Author: Antoine Toulme <anto...@lunar-ocean.com>
AuthorDate: Sat Jan 30 22:49:58 2021 -0800

    ignore netty license files in rat check
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index a9ef9b8..3395495 100644
--- a/build.gradle
+++ b/build.gradle
@@ -116,6 +116,7 @@ if (file('.git').exists()) {
         '.github/pull_request_template.md',
         'devp2p-eth/src/test/resources/mainnet.json',
         'devp2p-eth/src/test/resources/besu-dev.json',
+        'dist/netty-license/*',
         'eth/src/test/resources/mainnet.json',
         'eth-client/src/main/resources/mainnet.json',
         'eth-client/src/main/resources/default.json',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to