android-test icon indicating copy to clipboard operation
android-test copied to clipboard

Start publishing with Gradle metadata

Open liutikas opened this issue 3 months ago • 1 comments

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.

liutikas avatar Nov 17 '25 17:11 liutikas

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

joshfriend avatar Nov 17 '25 19:11 joshfriend