Skip to content
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

Introduce a jar task to build without adventure dependencies #1018

Merged
merged 3 commits into from
Nov 2, 2024

Conversation

AbhigyaKrishna
Copy link
Collaborator

Command: .\gradlew build -Pno-adv

Potential solution: #974

Copy link
Collaborator

@booky10 booky10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've found one minor issue, looks good otherwise 👍


relocate("net.kyori.adventure.text.serializer", "io.github.retrooper.packetevents.adventure.serializer")
relocate("net.kyori.option", "io.github.retrooper.packetevents.adventure.option")

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

relocate("org.bstats", "io.github.retrooper.packetevents.bstats")

The bstats relocation is missing here

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this been resolved?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, not yet

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be added after the merging of this pr to preserve a better commit history

@retrooper retrooper merged commit 85c0d3d into retrooper:2.0 Nov 2, 2024
2 checks passed
@retrooper
Copy link
Owner

Thank you for the PR, let's look into the bstats relocation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants