bloder
08/22/2019, 3:03 AMKotlinGradleSubplugin
to local tests? I'm trying to create a SubPlugin configuration to local tests and in classpath I'm downloading the plugin dependency by a local jar ( classpath files('..my-jar.jar')
) but in my SubPlugin config I need to create an Artifact config setting my dependency in getPluginArtifact
function, is it possible to create a plugin to local tests or do I need to publish it in a maven repository?