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

udo pushed a commit to branch feature/GEODE-4791
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-4791 by this 
push:
     new b5444f8  GEODE-4791: move metainf in java.gradle
b5444f8 is described below

commit b5444f895e1ff6ca61400adacc7c024518262052
Author: Udo Kohlmeyer <ukohlme...@pivotal.io>
AuthorDate: Mon Apr 16 16:50:39 2018 -0700

    GEODE-4791: move metainf in java.gradle
---
 gradle/java.gradle | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gradle/java.gradle b/gradle/java.gradle
index 22fec1c..7f99604 100644
--- a/gradle/java.gradle
+++ b/gradle/java.gradle
@@ -54,12 +54,11 @@ subprojects {
             "Organization": productOrg
           )
         }
-
-        metaInf {
-          from("$rootDir/LICENSE")
-          if (jar.source.filter({ it.name.contains('NOTICE') }).empty) {
-            from("$rootDir/NOTICE")
-          }
+      }
+      jar.metaInf {
+        from("$rootDir/LICENSE")
+        if (jar.source.filter({ it.name.contains('NOTICE') }).empty) {
+          from("$rootDir/NOTICE")
         }
       }
     }

-- 
To stop receiving notification emails like this one, please contact
u...@apache.org.

Reply via email to