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.