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

Incompatibility for Gradle multi module project #14

Open
Kylepoops opened this issue Dec 5, 2021 · 0 comments
Open

Incompatibility for Gradle multi module project #14

Kylepoops opened this issue Dec 5, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@Kylepoops
Copy link

Kylepoops commented Dec 5, 2021

Currently if you use taboolib-gradle-plugin in a gradle multi module project, you'll run into the following issues:

  1. Description file is not generated ( e.g. plugin.yml);
  2. Duplicate classes (for example the entire taboolib module that you're using in each gradle module will all duplicate).

For the second issues, we can simply exclude it in the build script of gradle, and yet the first issues is somehow thorny.
Is it possible to implement a fix to these issues?

@Bkm016 Bkm016 added bug Something isn't working enhancement New feature or request labels Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants