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
committed by Facebook GitHub Bot
parent a4690d054f
commit dadcfcae95
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -366,7 +366,6 @@ android {
publishing {
multipleVariants {
withSourcesJar()
withJavadocJar()
allVariants()
}
}
-1
View File
@@ -213,7 +213,6 @@ android {
publishing {
multipleVariants {
withSourcesJar()
withJavadocJar()
allVariants()
}
}