JavadocJar

sealed interface JavadocJar

Specifies how the javadoc jar should be created.

Inheritors

Types

Link copied to clipboard

Creates a javadoc jar using Dokka's output. The argument is the name of the dokka task that should be used for that purpose.

Link copied to clipboard

Creates an empty javadoc jar to satisfy maven central requirements.

Link copied to clipboard

Creates a regular javadoc jar using Gradle's default javadoc task.

Link copied to clipboard

Do not create a javadoc jar. This option is not compatible with Maven Central.