Is there a way to disable `.module` publishing for...
# gradle
h
Is there a way to disable
.module
publishing for gradle
maven-publish
publication? I a dependency in my mpp project on a plugin which uses shadow to shade it's dependencies, but when gradle tries to resolve it it starts to look for the shadowed dependencies since they are declared in plugins
.module
file.