Abacn commented on code in PR #25420:
URL: https://github.com/apache/beam/pull/25420#discussion_r1105054235


##########
sdks/java/io/csv/build.gradle:
##########
@@ -31,4 +31,5 @@ dependencies {
     testImplementation project(path: ":sdks:java:core", configuration: 
"shadowTest")
     testImplementation library.java.junit
     testRuntimeOnly project(path: ":runners:direct-java", configuration: 
"shadow")
+    testImplementation project(path: ":sdks:java:io:common", configuration: 
"testRuntimeMigration")

Review Comment:
   Notice this "testRuntimeMigration" is actually a workaround migrating to 
Gradle 7 (#16307) but somehow the TODO gets removed in #16430. 
   
   CC: @lukecwik Is this configuration still a pending cleanup and are new 
projects able to get rid of this flag? For this PR we can leave it as is for 
now.



-- 
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]

Reply via email to