1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-31 05:04:26 +03:00

Disable javadoc (#8025)

This commit is contained in:
Yuri Schimke
2023-09-16 10:38:35 +01:00
committed by GitHub
parent 64d1262006
commit 95cb15ab4d
13 changed files with 13 additions and 13 deletions

View File

@ -102,6 +102,6 @@ project.applyOsgi(
mavenPublishing {
configure(
KotlinMultiplatform(javadocJar = JavadocJar.Dokka("dokkaGfm"))
KotlinMultiplatform(javadocJar = JavadocJar.Empty())
)
}