Hi all, I'm trying to test a change I've made locally, but by validating it on Dataflow. It works locally, but I want to validate on Dataflow. I've tried a few different attempts at module substitution in the build.gradle config file for the pipeline I'm trying to deploy, but I haven't had any success yet.
How might I be able to replace the beam-sdks-java-io-google-cloud-platform module usually installed from maven with a local jar generated from running: "./gradlew :sdk:java:io:google-cloud-platform:jar" Thanks, Evan