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 9947b60  Add excludes printout to debug the issue
9947b60 is described below

commit 9947b6097b271ccb1734fb04010dae2e4067305a
Author: Antoine Toulme <[email protected]>
AuthorDate: Wed Jun 12 11:57:17 2019 -0700

    Add excludes printout to debug the issue
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 67620a1..07b3556 100644
--- a/build.gradle
+++ b/build.gradle
@@ -122,6 +122,7 @@ if (file('.git').exists()) {
       'test.txt',
       'resourceresolver-test.jar'
     ])
+    println(excludes.join("\n"))
   }
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to