mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
update folder of dokka
This commit is contained in:
parent
ec6cf0f029
commit
bee9d82372
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user