apilloud commented on code in PR #24264:
URL: https://github.com/apache/beam/pull/24264#discussion_r1033956176
##########
sdks/java/harness/build.gradle:
##########
@@ -18,35 +18,51 @@
plugins { id 'org.apache.beam.module' }
-// We specifically enumerate all the projects that we depend on since
-// the list is used in both defining the included set for the uber jar
-// and also the set of project level dependencies.
-def dependOnShadedProjects = [":model:pipeline", ":model:fn-execution",
":sdks:java:core"]
-def dependOnProjects = [":sdks:java:fn-execution",
- ":runners:core-java",
":runners:core-construction-java"]
+configurations {
+ provided
Review Comment:
I'm assuming your goal is to revert the changes to
`BeamModulePlugin.groovy`? That is not possible. I did prototype this change
and got the same error as `project.configurations.all` applies to all
configurations not just ones defined in the file.
--
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]