CLOVIS
07/31/2024, 1:48 PMdependencies { dokkaPlugin("…") }
. My goal is to generate a new output format, but when I run ./gradlew tasks
in my test module, no task is generated to use my new format.
Should I need to create a Gradle task to trigger my plugin (and if so, how?) or should the gradle plugin automatically pick up the new format and generate tasks for it itself?CLOVIS
07/31/2024, 1:50 PMprivate
😕
https://github.com/Kotlin/dokka/blob/d4d457d357627fd8100e4f0d47868020485996ec/dokk[…]assic/src/main/kotlin/org/jetbrains/dokka/gradle/DokkaPlugin.ktCLOVIS
07/31/2024, 1:56 PMAdam S
07/31/2024, 3:50 PMCLOVIS
07/31/2024, 3:52 PMAdam S
07/31/2024, 3:54 PMAdam S
07/31/2024, 3:58 PMCLOVIS
07/31/2024, 4:20 PMCLOVIS
07/31/2024, 4:20 PMmbonnin
08/01/2024, 11:27 AMCLOVIS
08/04/2024, 4:43 PMAdam S
08/04/2024, 5:19 PMCLOVIS
08/04/2024, 5:25 PMAdam S
08/04/2024, 5:30 PMAdam S
08/04/2024, 5:31 PMAdam S
08/04/2024, 5:32 PMCLOVIS
08/04/2024, 5:32 PMCLOVIS
08/04/2024, 5:32 PMCLOVIS
08/04/2024, 5:32 PMAdam S
08/04/2024, 5:33 PMAdam S
08/04/2024, 5:33 PMCLOVIS
08/04/2024, 5:34 PMAdam S
08/04/2024, 5:34 PMCLOVIS
08/04/2024, 5:35 PMCLOVIS
08/04/2024, 5:35 PMAdam S
08/04/2024, 5:35 PMCLOVIS
08/04/2024, 5:36 PMAdam S
08/05/2024, 2:25 PM// build.gradle.kts
dokkatoo {
versions {
jetbrainsDokka.set("1.9.20")
}
}