-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Update minecraft-server from 1.16.5,1b557e7b033b583cd9f66746b7a9ab1ec1673ced to 1.17,0a269b5f2c5b93b1712d0f5dc43b6182b9ab254e #107143
Conversation
…1673ced to 1.17,0a269b5f2c5b93b1712d0f5dc43b6182b9ab254e
Looks like they compiled on JDK 16 (class version 60.0):
The CI JRE seems to be only able to run up to JDK 14 (class version 58.0). Not sure if this was intentional, but looks like we may need JRE 16 to test. |
https://minecraft.fandom.com/wiki/Tutorials/Update_Java
https://www.minecraft.net/en-us/article/minecraft-snapshot-21w19a
I'll update caveat, but I am not sure if CI handles this correctly (or if we need #16383) |
Based on https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md, I see that the current failure is probably due to max Java 14 in default environment:
To get past CI failure, may need to add another GitHub Action step that installs Java 16 (maybe dependent on caveat value). |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
For now, just skipping install as this requires CI changes to support testing on JDK 16 |
Created with
brew bump-cask-pr
.