Abacn commented on PR #33284: URL: https://github.com/apache/beam/pull/33284#issuecomment-2518610431
## Instruction to patch To compile, need java11 and git in your bash. Checkout the project: ```shell git clone https://github.com/apache/beam.git --depth=1 cd beam git fetch origin pull/33284/head:pr-33284 git switch pr-33284 git log # confirm current branch is on this patch ./gradlew -Ppublishing -p sdks/java/io/google-cloud-platform publishToMavenLocal # check the jar published into your maven local repo ls -l ~/.m2/repository/org/apache/beam/beam-sdks-java-io-google-cloud-platform/2.61.0-SNAPSHOT/ # -rw-r--r-- 1 ... 2620623 Dec 4 16:31 beam-sdks-java-io-google-cloud-platform-2.61.0-SNAPSHOT.jar ``` Then in the pom.xml (for maven) or build.gradle (for gradle) project for the pipeline, change the version of org.apache.beam:beam-sdks-java-io-google-cloud-platform from 2.61.0 to 2.61.0-SNAPSHOT -- 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]
