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 3591b3c0ea40cb0440bb3567e1749f5498c14a6c Author: Antoine Toulme <[email protected]> AuthorDate: Fri Jun 28 06:15:18 2019 +0200 Exclude gradle wrapper jar from the source distro --- dist/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/build.gradle b/dist/build.gradle index 9b04b3c..37c5ce9 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -76,7 +76,8 @@ distributions { include '*.md' include '*.gradle' include 'dependency-versions.gradle' - include 'gradle/**' + include 'gradle/resources/*' + include 'gradle/*' include 'gradle.properties' } rootProject.subprojects.each { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
