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 317cf1c Try to accomodate rat with a regexp instead of a glob
317cf1c is described below
commit 317cf1c35ec45913297beccc933cb2664b51a435
Author: Antoine Toulme <[email protected]>
AuthorDate: Wed Jun 12 10:23:56 2019 -0700
Try to accomodate rat with a regexp instead of a glob
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 94818e0..5d0ae6a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -104,7 +104,7 @@ if (file('.git').exists()) {
'\\w+/out/.*',
'eth-reference-tests/**',
'build',
- '*/build',
+ '.*/build',
'.editorconfig',
'.idea/**',
'gradlew.bat',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]