Skip to content

Consider relocating org.reflections when shading #12

@wadethegreat68

Description

@wadethegreat68

Hi, currently this plugin breaks a few plugins I use, though the issue only occurs with FMM installed, and simply adding

                        <relocation>
                            <pattern>org.reflections</pattern>
                            <shadedPattern>com.magmaguy.org.reflections</shadedPattern>
                        </relocation>

to the shading configuration in the pom.xml here and in ResourcePackManagers pom.xml, fixes it.

Also consider updating lombok to 1.18.30 or higher for for support with slightly newer jdks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions