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

github workflow: use liberica and run on java 17, 21 and 23 #255

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

jamesfredley
Copy link
Contributor

@jamesfredley jamesfredley commented Oct 21, 2024

I was originally going to add --refresh-dependencies, but do not want to risk grails/grails-testing-support#443 occurring on the github workflows until we have a fix.

This PR uses Gradle Release Flag instead of Java Toolchain so the github workflow can control the version of Java. sourceCompatibility is deprecated and marked for removal in Gradle 9. https://docs.gradle.org/current/userguide/building_java_projects.html#sec:compiling_with_release

    compileJava.options.release = 17

@jamesfredley jamesfredley changed the title use liberica and run on java 17, 21 and 23 github workflow: use liberica and run on java 17, 21 and 23 Oct 21, 2024
@jamesfredley jamesfredley self-assigned this Oct 22, 2024
@jamesfredley jamesfredley merged commit d6605be into 7.0.x Oct 23, 2024
4 checks passed
@jamesfredley jamesfredley deleted the liberica-matrix-java branch October 23, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants