android-test
android-test copied to clipboard
Start publishing with Gradle metadata
Start publishing with Gradle metadata (.module files). At the moment androidx.test only pubishes with .pom files.
By default gradle looks for .module files (https://docs.gradle.org/current/userguide/publishing_gradle_module_metadata.html#sub:interactions-other-build-tools) so if they are not there it ends up adding a second request for pom files.
Gradle module metadata is also useful because currently Android Studio will attempt to force resolution of javadoc.jar for any library that does not have GMM published https://issuetracker.google.com/issues/461326121#comment5