You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/07/09 13:39:56 UTC

[incubator-tuweni] 02/04: Exclude gradle wrapper jar from the source distro

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 <an...@lunar-ocean.com>
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: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org