damccorm commented on code in PR #32158:
URL: https://github.com/apache/beam/pull/32158#discussion_r1718430416


##########
gradle/wrapper/gradle-wrapper.properties:
##########
@@ -1,7 +1,6 @@
+#Sat Aug 10 17:06:24 IST 2024
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
-networkTimeout=10000
-validateDistributionUrl=true
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip

Review Comment:
   I don't think we need the changes to this file



##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOTestUtil.java:
##########
@@ -136,7 +136,7 @@ public static void tearDownTempBucket() throws IOException {
           request.setReadTimeout(60000); // 1 minute read timeout
         };
     Storage storage =
-        new Storage.Builder(new NetHttpTransport(), new JacksonFactory(), 
requestInitializer)
+        new Storage.Builder(new NetHttpTransport(), new GsonFactory(), 
requestInitializer)

Review Comment:
   Looks like this is now failing code formatting checks, could you please run: 
`./gradlew :sdks:java:io:google-cloud-platform:spotlessApply` from the root of 
the project to fix?



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to