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 2020/05/09 06:57:47 UTC

[incubator-tuweni] branch master updated: Add build.sh to source distribution

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 e7c6025  Add build.sh to source distribution
e7c6025 is described below

commit e7c60259e25d5a575d5466c8aee538243f925399
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Fri May 8 23:55:37 2020 -0700

    Add build.sh to source distribution
---
 dist/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dist/build.gradle b/dist/build.gradle
index a52d77f..b6f7e0e 100644
--- a/dist/build.gradle
+++ b/dist/build.gradle
@@ -76,6 +76,7 @@ distributions {
       into('') {
         from ".."
         include 'README.md'
+        include 'build.sh'
         include '*.md'
         include '*.gradle'
         include 'dependency-versions.gradle'


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