From a3d6ea0258b672c517d4e8a9a8b53dc751659acf Mon Sep 17 00:00:00 2001 From: Ferran Pons Date: Thu, 3 Oct 2024 16:00:37 +0200 Subject: [PATCH] Artifact issue 4 (#395) * added artifact again * 4rd try to solve publish issue --- scripts/publish-module.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/publish-module.gradle b/scripts/publish-module.gradle index 62d3ea2..452c1e5 100644 --- a/scripts/publish-module.gradle +++ b/scripts/publish-module.gradle @@ -40,8 +40,6 @@ afterEvaluate { generateMetadataFileForReleasePublication.dependsOn androidSourcesJar artifact androidSourcesJar - artifact javadocJar - pom { name = project.project.getName()