-
-
Notifications
You must be signed in to change notification settings - Fork 257
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 for 1.20.2 #2501
Update for 1.20.2 #2501
Conversation
Do you have a comit for the 1.20.1 ? |
Latets builds on Jenkins should work with 1.20.1 for weeks now... |
Did some very basic testing successfully, would be helpful if others would try this as well |
Looks good to me! Just simple tested MAP_CHUNK and UNLOAD_CHUNK and seems fine! Also put a binary jar that build against 5c83b62 commit for who also want to test. |
build.gradle
Outdated
@@ -11,7 +11,7 @@ description = 'Provides access to the Minecraft protocol' | |||
def isSnapshot = version.endsWith('-SNAPSHOT') | |||
|
|||
repositories { | |||
// mavenLocal() // can speed up build, but may fail in CI | |||
mavenLocal() // can speed up build, but may fail in CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should re-comment
Let the work begin. 1.20.2 has been announced adding a new protocol phase (configuration). There is no scheduled release date yet.