runningcode commented on pull request #12969: URL: https://github.com/apache/beam/pull/12969#issuecomment-701301646
Hi, I'm not sure that this fix helps. The [expansion-service/build.gradle](https://github.com/apache/beam/blob/master/sdks/java/expansion-service/build.gradle#L22) does not define a `shadowClosure` unlike say the [core/build.gradle](https://github.com/apache/beam/blob/master/sdks/java/core/build.gradle#L24). If the `shadowClosure` is not present, the shadow plugin is not applied in the [`BeamModulePlugin`](https://github.com/apache/beam/blob/master/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L985) ---------------------------------------------------------------- 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: [email protected]
