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/05/20 03:49:18 UTC

[incubator-tuweni] 06/09: Make sure source distro contains license

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch 0.7
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 62adc43f538d3e421b0235928220af5c2a8c94f9
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sun May 19 12:34:14 2019 -0400

    Make sure source distro contains license
---
 dist/build.gradle | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/dist/build.gradle b/dist/build.gradle
index d51ce64..62e90e6 100644
--- a/dist/build.gradle
+++ b/dist/build.gradle
@@ -61,8 +61,16 @@ distributions {
   sources {
     baseName = 'tuweni-src'
     contents {
-      from rootProject.projectDir
-      include 'LICENCE', '*.md', 'NOTICE', '*.gradle', 'DISCLAIMER', 'gradle/**', 'gradlew', 'gradle.properties'
+      into('') {
+        from ".."
+        include '*.md'
+        include 'NOTICE'
+        include '*.gradle'
+        include 'gradle/**'
+        include 'gradlew'
+        include 'gradle.properties'
+        include 'LICENSE'
+      }
       rootProject.subprojects.each {
         include it.projectDir.name + '/src/**'
         include it.projectDir.name + '/build.gradle'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org