We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 344bcd3 commit d7e7e3dCopy full SHA for d7e7e3d
buildSrc/src/main/kotlin/ktorm.dokka.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
tasks.named<org.jetbrains.dokka.gradle.DokkaMultiModuleTask>("dokkaHtmlMultiModule") {
7
- val tmplDir = System.getenv("DOKKA_TEMPLATES_DIR")
+ val tmplDir = System.getProperty("dokka.templatesDir")
8
if (!tmplDir.isNullOrEmpty()) {
9
pluginConfiguration<org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.base.DokkaBaseConfiguration> {
10
templatesDir = File(tmplDir)
0 commit comments