Closed birukovsergey closed 4 years ago
how abaut this? default value for 'project' propery is current project permissible values - ALL_PROJECTS - fro all projects or string array with project names
It's standard practice for a plugin to apply to a single project. If you want to apply the plugin to all of your projects you can simply do
allprojects {
apply plugin: "com.lazan.dependency-export"
}
Really ... It seems I have complicated everything too much. What do you say about unavailable pom files?
The default behaviour should be to fail on unresolved artifacts. I'd probably want a flag which can be set.
failOnUnresolvedArtifact = false
like this?
this commit fix plugin crash when pom file not available in remote maven repository