jdkVersion

@get:Input
abstract val jdkVersion: Property<Int>(source)

JDK version to use when generating external documentation links for Java types.

For instance, if you use java.util.UUID from JDK in some public declaration signature, and this property is set to 8, Dokka will generate an external documentation link to JDK 8 Javadocs for it.

Default is JDK 11.