From dadcfcae95cc0ecdf7123bf98517617a9df14fd1 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 18 May 2022 11:48:16 -0700 Subject: [PATCH] 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 --- ReactAndroid/build.gradle | 1 - ReactAndroid/hermes-engine/build.gradle | 1 - 2 files changed, 2 deletions(-) diff --git a/ReactAndroid/build.gradle b/ReactAndroid/build.gradle index 01f712422b1..72975fcda9f 100644 --- a/ReactAndroid/build.gradle +++ b/ReactAndroid/build.gradle @@ -366,7 +366,6 @@ android { publishing { multipleVariants { withSourcesJar() - withJavadocJar() allVariants() } } diff --git a/ReactAndroid/hermes-engine/build.gradle b/ReactAndroid/hermes-engine/build.gradle index 30a4d5e9303..ab79d88004a 100644 --- a/ReactAndroid/hermes-engine/build.gradle +++ b/ReactAndroid/hermes-engine/build.gradle @@ -213,7 +213,6 @@ android { publishing { multipleVariants { withSourcesJar() - withJavadocJar() allVariants() } }