mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add missing } to publish.gradle
This was missed in 47349b8c4b
#minor-release
PiperOrigin-RevId: 504548659
This commit is contained in:
parent
ea629bec83
commit
50beec56f4
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue