Skip to content

Updated GithubActions to use JDK 17 #300

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ribafish
Copy link
Member

Updated GithubActions to use JDK 17. This is a required change, required by the org.gradle.toolchains.foojay-resolver-convention plugin v1.0.0.

Without this, we either can't upgrade to the latest version of org.gradle.toolchains.foojay-resolver-convention, or we have failing builds as seen on the example resolver upgrade PR: #299

@ribafish ribafish requested review from bigdaz, alextu and a team May 20, 2025 09:59
Copy link
Member

@alextu alextu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This project is meant to support Java 8 and above. The Gradle build script toolchain specifies a JDK 8 runtime, so I guess Gradle auto-provisions a JDK 8 since the default one is JDK 17 now ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants