Publish Dependencies to MavenLocal

You can publish your own artifacts but not the dependencies. They are cached in Gradle cache. What your use case for wanting to store dependencies in maven local repo?

You may consider using a Nexus or Artifactory repo for caching dependencies within your firewall.