-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Migrate to gradle, java 17 and fix examples #769
Conversation
14d0c95
to
0f28b75
Compare
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.
The deploy workflow needs to be updated for gradle as well
Also, please just target Java 16 for now since we do not plan to upgrade Geyser to Java 17 until forge is supported. |
All requested changes have been done. |
thank :) |
src/main/java/com/github/steveice10/mc/protocol/codec/MinecraftCodec.java
Outdated
Show resolved
Hide resolved
src/main/java/com/github/steveice10/mc/protocol/data/game/entity/metadata/MetadataType.java
Outdated
Show resolved
Hide resolved
# Conflicts: # .github/workflows/deploy.yml # .github/workflows/maven.yml # pom.xml
All requested changes are made. |
This reverts commit 6404430.
Please resolve the conflict due to the deletion of the jenkinsfile |
it wasn't deleted :p |
# Conflicts: # Jenkinsfile
...veice10/mc/protocol/packet/ingame/clientbound/scoreboard/ClientboundSetPlayerTeamPacket.java
Show resolved
Hide resolved
Respectable. |
First PR in a series of changes broken down from my larger PR.