[ 
https://issues.apache.org/jira/browse/GEODE-8039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100058#comment-17100058
 ] 

ASF GitHub Bot commented on GEODE-8039:
---------------------------------------

metatype commented on a change in pull request #5018:
URL: https://github.com/apache/geode/pull/5018#discussion_r420249646



##########
File path: gradle/java.gradle
##########
@@ -73,9 +73,9 @@ gradle.taskGraph.whenReady({ graph ->
       }
     }
     jar.metaInf {
-      from("$rootDir/LICENSE")
+      from("$rootDir/geode-assembly/src/main/dist/LICENSE")
       if (jar.source.filter({ it.name.contains('NOTICE') }).empty) {
-        from("$rootDir/NOTICE")
+        from("$rootDir/geode-assembly/src/main/dist/NOTICE")

Review comment:
       Makes sense




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> update LICENSE for 1.13
> -----------------------
>
>                 Key: GEODE-8039
>                 URL: https://issues.apache.org/jira/browse/GEODE-8039
>             Project: Geode
>          Issue Type: Improvement
>          Components: release
>            Reporter: Owen Nichols
>            Priority: Major
>
> ensure all dependencies we bundle with src distribution are correctly listed 
> in LICENSE and all dependencies bundled in binary distribution are correctly 
> listed inĀ geode-assembly/src/main/dist/LICENSE



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to