We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@karianna Thanks for the review!
Build failures seem to be caused by:
warning: unknown enum constant Feature.SEALED_CLASSES warning: unknown enum constant Feature.SEALED_CLASSES
That suggests the JDK 18 build uses a too old JDK 17 boot JDK. Uses 17+20. Should be 17+24 or better. See: https://bugs.openjdk.java.net/browse/JDK-8260517
Either way, unrelated failures.
Originally posted by @jerboaa in #2702 (comment)
The text was updated successfully, but these errors were encountered:
The build jobs actually use the API. I'll do some digging but I think we just need to switch to the Adoptium api to get the latest nightly builds.
Sorry, something went wrong.
Yup, see all the references in https://github.com/adoptium/temurin-build/search?q=api.adoptopenjdk.net&type= that need updating.
Will do this post-release - I think much of that YAML needs updating to use the setup-java action
setup-java
gdams
Successfully merging a pull request may close this issue.
@karianna Thanks for the review!
Build failures seem to be caused by:
That suggests the JDK 18 build uses a too old JDK 17 boot JDK. Uses 17+20. Should be 17+24 or better. See:
https://bugs.openjdk.java.net/browse/JDK-8260517
Either way, unrelated failures.
Originally posted by @jerboaa in #2702 (comment)
The text was updated successfully, but these errors were encountered: