Hey everyone, I wan to bundle my plugins inside of...
# plugin-development
e
Hey everyone, I wan to bundle my plugins inside of my custom gradle distribution, what do I need to setup so that users of my custom distribution do not have to specify a version for the plugin declaration, just the ID. Eg I have a custom dist
custom-gradle-8.8-v0.2.3
and a list of plugins
plugin.one
&
plugin.two
. How can I package the plugin jars (including their META-INF/gradle-plugins/plugin-**.properties) such that users of this distribution only specify plugin IDs and the correct plugin implementations will be resolved to the included jars and the IDE will also be able to “see” the classes for example in case the plugins contribute models to the build?