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 07:40:56 UTC

[incubator-tuweni] 02/02: 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 master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 3f70e7d39ce3bf2b72ef52de847716e2b65b9d6b
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 d2cda67..ece4da5 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