Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 9002a36

Browse files
committed
Fix javadocJar task
1 parent 77a4b40 commit 9002a36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildSrc/src/main/kotlin/kotest-publishing-conventions.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ signing {
3535
}
3636

3737
java {
38-
withJavadocJar()
3938
withSourcesJar()
4039
}
4140

@@ -64,7 +63,6 @@ publishing {
6463
}
6564

6665
publications.withType<MavenPublication>().configureEach {
67-
//if (Ci.isRelease)
6866
// Add javadoc so Maven Central will accept the publication
6967
artifact(javadocJar)
7068

0 commit comments

Comments
 (0)