kennknowles commented on code in PR #30235:
URL: https://github.com/apache/beam/pull/30235#discussion_r1486704699
##########
runners/direct-java/build.gradle:
##########
@@ -40,9 +40,6 @@ applyJavaNature(
include(project(path: it, configuration: "shadow"))
}
}
- relocate "org.apache.beam.runners.core",
getJavaRelocatedPath("runners.core")
Review Comment:
Overall I really would love to not have any shadowClosure / relocation
except for the vendored released artifacts. It builds faster and is way easier
to debug and also intellij understands it better, etc.
--
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]