developer needs to call ./gradlew publishToMavenLocal in order to linting to pass. Otherwise when linting it isn't able to load pom for that particular module e.g.
`
:lintGradle > Resolve dependencies of :myproject:detachedConfiguration4 > myproject-0.1-fbcb30721d.pom
`
Is there anyway possible to skip/exclude this kind of linting?
When module uses following gradle plugins
developer needs to call
./gradlew publishToMavenLocal
in order to linting to pass. Otherwise when linting it isn't able to load pom for that particular module e.g. `Is there anyway possible to skip/exclude this kind of linting?