You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Currently if you use
taboolib-gradle-plugin
in a gradle multi module project, you'll run into the following issues: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?
The text was updated successfully, but these errors were encountered: