-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Currently if you use taboolib-gradle-plugin
in a gradle multi module project, you'll run into the following issues:
- Description file is not generated ( e.g. plugin.yml);
- 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?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request