You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2021/01/31 06:50:23 UTC

[incubator-tuweni] branch 1.4 updated: ignore netty license files in rat check

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 <an...@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-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org