ibzib commented on a change in pull request #13740:
URL: https://github.com/apache/beam/pull/13740#discussion_r564008867
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -83,6 +83,14 @@ class BeamModulePlugin implements Plugin<Project> {
"""
static AtomicInteger startingExpansionPortNumber = new AtomicInteger(18091)
+ /** List of paths to the projects that require Guava 25. Hadoop and
Cassandra have dependency to
+ * methods available in the old Guava version (BEAM-11626) */
+ static List<String> guava25Projects = [
+ ":sdks:java:io:cassandra",
+ ":sdks:java:io:hadoop-format",
Review comment:
You're correct, thanks for checking.
----------------------------------------------------------------
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]