ahmedabu98 commented on PR #39064:
URL: https://github.com/apache/beam/pull/39064#issuecomment-5094752202

   spotless failing wiith:
   ```
   * What went wrong:
   Could not determine the dependencies of task ':it:iceberg:checkstyleTest'.
   > Could not resolve all dependencies for configuration 
':it:iceberg:testCompileClasspath'.
      > Could not resolve project :sdks:java:io:iceberg.
        Required by:
            project :it:iceberg
         > Dependency resolution is looking for a library compatible with JVM 
runtime version 11, but 'project :sdks:java:io:iceberg' is only compatible with 
JVM runtime version 17 or newer.
   ```
   
   looks like we also need to add a `requireJavaVersion: 
JavaVersion.VERSION_17,` to `:it:iceberg:` module.
   
   also re-sync to head please and resolve commit conflicts


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