This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch 0.8 in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
commit e9c5154ec04912203fb0bc4c50409612bd5d7aaf 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 cbb8ca9..dcaca2d 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -72,7 +72,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]
