Skip to content

Commit e0d0bd4

Browse files
committed
fix: resolve publishing errors by enabling withJavadocJar
1 parent 318e7b8 commit e0d0bd4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

multipickers/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ android {
3838
jvmTarget = "1.8"
3939
}
4040

41-
publishing {
42-
singleVariant("release") {
43-
withSourcesJar()
44-
withJavadocJar()
45-
}
46-
}
4741
}
4842

4943
dependencies {
@@ -62,9 +56,4 @@ afterEvaluate {
6256
}
6357
}
6458
}
65-
66-
tasks.matching { it.name == "generateMetadataFileForReleasePublication" }.configureEach {
67-
dependsOn("sourcesJar")
68-
dependsOn("javadocJar")
69-
}
7059
}

0 commit comments

Comments
 (0)