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

API's dependencies require their repositories to be defined #89

Open
OakLoaf opened this issue Feb 21, 2024 · 3 comments
Open

API's dependencies require their repositories to be defined #89

OakLoaf opened this issue Feb 21, 2024 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@OakLoaf
Copy link
Contributor

OakLoaf commented Feb 21, 2024

No description provided.

@OliverSchlueter OliverSchlueter added bug Something isn't working help wanted Extra attention is needed labels Feb 21, 2024
@OliverSchlueter
Copy link
Member

Steps to reproduce:

  1. incude a dependency into your gradle project with implementation so it gets shaded into your plugin
  2. publish your plugin to a maven-repo
  3. use your plugin as dependency in another project

You will notice that you also need to include the repository of your plugin AND the repository of the dependency even though its shaded into the plugin.

If you have a possible solution for this problem or have questions feel free to comment here or dm me on discord (real_oliver).

@Grabsky
Copy link
Contributor

Grabsky commented Mar 15, 2024

@OliverSchlueter
You may want to see if changing implementation to api fixes that. I had a somewhat similar issue in the past and AFAIK this is how I got it resolved.

@OliverSchlueter
Copy link
Member

Current solution: I'm mirroring the ChatColorHandler repo in FancyPlugins's repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants