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
Currently, the latest GitHub actions fail and don't return any useful information. For example, #665 fails with an error:
Failed to execute org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project cobalt: Fatal error compiling: error: release version 21 not supported -> [Help 1].
And other actions have the same error.
This could be fixed by simply updating the Java version in the build workflow.
build
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently, the latest GitHub actions fail and don't return any useful information. For example, #665 fails with an error:
And other actions have the same error.
This could be fixed by simply updating the Java version in the
build
workflow.The text was updated successfully, but these errors were encountered: