ch.tutteli.dokka
Owner: Robert Stoll
Applies the dokka plugin and provides a javadocJar Task.
https://github.com/robstoll/tutteli-gradle-plugins
Sources: https://github.com/robstoll/tutteli-gradle-plugins.git
Version 0.28.1
0.28.1
Created 28 August 2019.
Applies JetBrain's dokka plugin, configures it by conventions and provides a javadocJar task.
Add this plugin to your build using the plugins DSL:
plugins {
id("ch.tutteli.dokka") version "0.28.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ch.tutteli:tutteli-gradle-dokka:0.28.1") } } apply(plugin = "ch.tutteli.dokka")
- Applying plugins to all subprojects .