Hi!
I made a gradle plugin that i want to use via MavenLocal in some of my projects.
This plugin is not neccessary for a compile, but merely a utility for testing it.
Is there any way i can add this as an “Optional Plugin” so that if someone else were to compile my project, they wouldnt need the testing plugin just to build the artifact?
Thanks!
Use case:
Minecraft Test Server Plugin, to be used in Minecraft Plugins. Obviously not needed for the plugin to build.