mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Add missing } to publish.gradle
This was missed in 47349b8c4b
#minor-release
PiperOrigin-RevId: 504548659
(cherry picked from commit 50beec56f4188e46f67e561ac4bb4ace5bb95089)
This commit is contained in:
parent
3708e7529a
commit
d6c9fdb210
@ -46,6 +46,7 @@ afterEvaluate {
|
|||||||
project.objects.named(DocsType, DocsType.SOURCES))
|
project.objects.named(DocsType, DocsType.SOURCES))
|
||||||
variant.outgoing.artifact(androidSourcesJar)
|
variant.outgoing.artifact(androidSourcesJar)
|
||||||
components.release.addVariantsFromConfiguration(variant) {}
|
components.release.addVariantsFromConfiguration(variant) {}
|
||||||
|
}
|
||||||
pom {
|
pom {
|
||||||
name =
|
name =
|
||||||
findProperty('releaseName')
|
findProperty('releaseName')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user