Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade source and target JDK to JDK17 #2919

Closed
wants to merge 3 commits into from
Closed

Upgrade source and target JDK to JDK17 #2919

wants to merge 3 commits into from

Commits on Oct 7, 2024

  1. Upgrade source and target JDK to JDK17

    Most JDK11 builds are reaching EOL. We now target JDK17 and recommend that users run OpenJDK 17.
    This means that eclair will no longer run on JDK11: users must upgrade!
    sstone committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5907fce View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Add maven wrapper plugin

    github action images use an old version of maven (3.8.8), this is the simplest option to select a more recent one.
    sstone committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ec9488a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09b17c9 View commit details
    Browse the repository at this point in the history