[GitHub] [geode] rhoughton-pivot commented on a change in pull request #5297: GEODE-8239 - Add gradle config to add 'Class-Path' and 'Dependent-Modules' attirbutes to manifest file

2020-06-24 Thread GitBox
rhoughton-pivot commented on a change in pull request #5297: URL: https://github.com/apache/geode/pull/5297#discussion_r445129237 ## File path: gradle/publish-java.gradle ## @@ -28,3 +28,41 @@ publishing { } } } + +gradle.taskGraph.whenReady({ graph -> + tasks.withTyp

[GitHub] [geode] rhoughton-pivot commented on a change in pull request #5297: GEODE-8239 - Add gradle config to add 'Class-Path' and 'Dependent-Modules' attirbutes to manifest file

2020-06-24 Thread GitBox
rhoughton-pivot commented on a change in pull request #5297: URL: https://github.com/apache/geode/pull/5297#discussion_r445061619 ## File path: gradle/publish-java.gradle ## @@ -28,3 +28,41 @@ publishing { } } } + +gradle.taskGraph.whenReady({ graph -> + tasks.withTyp