I have a plugin project I am starting. Others in the company have already written some plugins, but the way they have it set up to work is you have to upload a plugin to the artifact repository to actually execute it from the build.gradle script(s).
What I want is an ability to put the built plugin builds in a local directory and add that local directory as a "repository" ahead of the remote artifact repository. Could someone point me in the right direction? Seems to me this is how most people would dev their plugins... Thanks
