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/02 23:27:22 UTC

[incubator-tuweni] branch master updated: Fix including LICENSE in all subproject jars

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 727376c  Fix including LICENSE in all subproject jars
727376c is described below

commit 727376c50cba50136ea85e271cf0a78983a7924f
Author: Antoine Toulme <to...@apache.org>
AuthorDate: Thu May 2 16:27:08 2019 -0700

    Fix including LICENSE in all subproject jars
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 6ccd935..16e659c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -257,7 +257,7 @@ allprojects {
       attributes('Implementation-Title': baseName,
       'Implementation-Version': project.version)
     }
-    from(project.projectDir) {
+    from(rootProject.projectDir) {
       include 'DISCLAIMER'
       include 'LICENSE'
       include 'NOTICE'


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