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
With the move to Java 11, the current instructions to deploy to Netlify no longer work as the default build image only has Java 8.
Add code to install Java 11 manually if the build system does not currently support it.
Discontinue support for Netlify deployments.
A discussion on potential native Java 11 support
On a side note, the Netlify deployment for RepoSense has been down since March 2024.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem
With the move to Java 11, the current instructions to deploy to Netlify no longer work as the default build image only has Java 8.
If possible, describe the solution
Add code to install Java 11 manually if the build system does not currently support it.
If applicable, describe alternatives you've considered
Discontinue support for Netlify deployments.
Additional context
A discussion on potential native Java 11 support
On a side note, the Netlify deployment for RepoSense has been down since March 2024.
The text was updated successfully, but these errors were encountered: