Disable Javadoc publishing as it's currently failing on CI

Summary:
I'm disabling the publishing of Javadoc as it's currently failing on CI.
The failure is happening due to a concurrency problem during the Kotlin
documentation generation.

As we don't have much Javadoc to export, I'm removing this for now.

Changelog:
[Internal] [Fixed] - Disable Javadoc publishing as it's currently failing on CI

Reviewed By: cipolleschi

Differential Revision: D36481215

fbshipit-source-id: 6f875932013f80779151f75e20d25ba3b71de074
This commit is contained in:
Nicola Corti 2022-05-18 11:48:16 -07:00 коммит произвёл Facebook GitHub Bot
Родитель a4690d054f
Коммит dadcfcae95
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -366,7 +366,6 @@ android {
publishing {
multipleVariants {
withSourcesJar()
withJavadocJar()
allVariants()
}
}

Просмотреть файл

@ -213,7 +213,6 @@ android {
publishing {
multipleVariants {
withSourcesJar()
withJavadocJar()
allVariants()
}
}