kennknowles commented on code in PR #29924:
URL: https://github.com/apache/beam/pull/29924#discussion_r1488768491
##########
sdks/java/core/build.gradle:
##########
@@ -77,13 +90,16 @@ dependencies {
shadow project(path: ":model:pipeline", configuration: "shadow")
shadow project(path: ":model:fn-execution", configuration: "shadow")
shadow project(path: ":model:job-management", configuration: "shadow")
+ shadow project(path: ":model:fn-execution", configuration: "shadow")
+ shadow project(path: ":sdks:java:transform-service:launcher") // not
"shadow" configuration, which is an uberjar
Review Comment:
Ah, I'll try it. We may not need the shadow configurations of the other
projects either. It is confusing and changes based on whether the shadow plugin
is used in a project.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]