Skip to content

Commit 6597de3

Browse files
committed
trying to configure workflow
1 parent 5108aeb commit 6597de3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pdf_reader/build.gradle.kts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ android {
1616
compileSdk = 35
1717

1818
publishing {
19-
singleVariant("release") {
20-
withSourcesJar()
19+
publishing {
20+
multipleVariants {
21+
withSourcesJar()
22+
withJavadocJar()
23+
allVariants()
24+
}
2125
}
2226
}
2327

@@ -59,7 +63,6 @@ mavenPublishing {
5963
AndroidSingleVariantLibrary(
6064
variant = "release",
6165
sourcesJar = true,
62-
publishJavadocJar = true
6366
)
6467
)
6568

0 commit comments

Comments
 (0)