Skip to content

Incompatibility for Gradle multi module project #14

@Kylepoops

Description

@Kylepoops

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions