mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
a4690d054f
commit
dadcfcae95
@@ -366,7 +366,6 @@ android {
|
||||
publishing {
|
||||
multipleVariants {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
allVariants()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -213,7 +213,6 @@ android {
|
||||
publishing {
|
||||
multipleVariants {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
allVariants()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user