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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]