Abacn commented on issue #30617:
URL: https://github.com/apache/beam/issues/30617#issuecomment-1992891981

   There is a miminum example
   
   ```java
   
   public static void main(String[] argv) {
       PipelineOptionsFactory.fromArgs(argv);
   }
   ```
   
   ```gradle
   
   dependencies {
       implementation(group: 'org.apache.beam', name: 
'beam-sdks-java-io-google-cloud-platform', version: "$beam_version")
   }
   ```
   
   which passes in 2.54.0 but failing in 2.55.0 RC1


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