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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]