I just wanted to know if it’s possible to use the org.gradle.plugin-publish to publish my plugin to mavenLocal() or locally?!
I know I can use the maven-publish to do that. But I really don’t want to apply and configure both plugins. One for testing (locally) and one for the plugin portal.
So, it is possible to say “dryRun” or define a local directory as repo for testing?!