1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 14:49:47 +00:00

by default dokka task will not set up exact folder for docs

This commit is contained in:
2020-06-03 15:42:00 +06:00
parent 310a7e6e82
commit 6c4c9f2fc6

View File

@@ -63,8 +63,6 @@ private Closure includeSourcesInDokka(String... approximateNames) {
}
}
String dokkaFolder = "$buildDir/dokka"
dokka {
outputFormat = 'html'
@@ -75,9 +73,6 @@ dokka {
case System.getenv("DOKKA_PATH") != null:
outputDirectory = System.getenv("DOKKA_PATH")
break
default:
outputDirectory = dokkaFolder
break
}
multiplatform {