Skip to content
Discussion options

You must be logged in to vote

Hello @lpickford-pixelbeard, based on the error message, it appears that Java 17 is expected in the build, but an incorrect version of Java is currently being used. If not specified, the default version is Java 11. Could you please try defining the Java version explicitly in your YAML file as shown below

    test-workflow:
      name: iOS Workflow
      instance_type: mac_mini_m1
      max_build_duration: 120
      environment:
        java: 17

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lpickford-pixelbeard
Comment options

Answer selected by lpickford-pixelbeard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants