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

update folder of dokka

This commit is contained in:
2020-05-11 23:24:26 +06:00
parent ec6cf0f029
commit bee9d82372

View File

@@ -63,9 +63,13 @@ private Closure includeSourcesInDokka(String... approximateNames) {
}
}
String dokkaFolder = "$projectDir/dokka"
dokka {
(new File(dokkaFolder)).deleteDir()
outputFormat = 'html'
outputDirectory = "$buildDir/dokka"
outputDirectory = dokkaFolder
multiplatform {
global {