Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Using GA, got - Error: The string '18.0.1.1' is not valid SemVer notation for a Java version. #25

Description

@rbygrave
Run oracle-actions/setup-java@v1
  with:
    website: jdk.java.net
    release: GA
    version: latest
    install: true
Run JAVA=$JAVA_HOME_17_X64/bin/java
  JAVA=$JAVA_HOME_17_X64/bin/java
  DOWNLOAD=$GITHUB_ACTION_PATH/src/Download.java
  if [ ! -z "" ]; then
    $JAVA $DOWNLOAD 
  else
    $JAVA $DOWNLOAD jdk.java.net GA latest
  fi
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
Archive openjdk-18.0.1.1_linux-x64_bin.tar.gz in file:///home/runner/.oracle-actions/setup-java/3eac1378/
Run actions/setup-java@v3
  with:
    java-version: 18.0.1.1
    distribution: jdkfile
    jdkFile: /home/runner/.oracle-actions/setup-java/3eac1378/openjdk-18.0.1.1_linux-x64_bin.tar.gz
    java-package: jdk
    architecture: x64
    check-latest: false
    server-id: github
    server-username: GITHUB_ACTOR
    server-password: GITHUB_TOKEN
    overwrite-settings: true
    job-status: success
Error: The string '18.0.1.1' is not valid SemVer notation for a Java version. Please check README file for code snippets and more detailed information

The build log is at: https://github.com/ebean-orm/ebean/runs/6267071973?check_suite_focus=true

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions