Commit 50beec56 by ibaker Committed by christosts

Add missing } to publish.gradle

This was missed in https://github.com/androidx/media/commit/47349b8c4bd69415da8895061be71ef748c4a2d3

#minor-release

PiperOrigin-RevId: 504548659
parent ea629bec
Showing with 1 additions and 0 deletions
......@@ -46,6 +46,7 @@ afterEvaluate {
project.objects.named(DocsType, DocsType.SOURCES))
variant.outgoing.artifact(androidSourcesJar)
components.release.addVariantsFromConfiguration(variant) {}
}
pom {
name =
findProperty('releaseName')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment