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 2020/02/13 00:51:55 UTC

[incubator-tuweni] branch master updated: Fix excludes list

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


The following commit(s) were added to refs/heads/master by this push:
     new bea4513  Fix excludes list
bea4513 is described below

commit bea451375d1af5ef9fdbcadec3c42f4274c2c591
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Wed Feb 12 16:51:36 2020 -0800

    Fix excludes list
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 9e6ccdf..eaefd42 100644
--- a/build.gradle
+++ b/build.gradle
@@ -114,6 +114,7 @@ if (file('.git').exists()) {
         'example-v0.4.0.toml',
         'hard_example.toml',
         'toml-v0.5.0-spec-example.toml',
+        'eth2-reference-tests/**'
       ])
       return list
     }


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