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

Expose bolt-common from bolt-bukkit as API #170

Merged
merged 1 commit into from
Feb 7, 2025
Merged

Conversation

rymiel
Copy link
Collaborator

@rymiel rymiel commented Feb 7, 2025

Currently, you must depend on bolt-bukkit and bolt-common at the same time, because API methods from bolt-bukkit depend on classes from bolt-common, and without having both dependencies, some things cannot be used.

This patch upgrades the dependency from implementation to api, allowing consmers of bolt-bukkit to use bolt-common classes in the compile-time class path.

Currently, you must depend on bolt-bukkit and bolt-common at the same
time, because API methods from bolt-bukkit depend on classes from
bolt-common, and without having both dependencies, some things cannot be
used.

This patch upgrades the dependency from implementation to api, allowing
consmers of bolt-bukkit to use bolt-common classes in the compile-time
class path.
@rymiel rymiel requested a review from pop4959 February 7, 2025 20:29
@pop4959 pop4959 merged commit 873bb81 into pop4959:master Feb 7, 2025
1 check passed
@rymiel rymiel deleted the fix/api branch February 7, 2025 20:37
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.

2 participants