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

remove dokka docs from github

This commit is contained in:
2020-05-12 00:14:16 +06:00
parent 42228f0eaa
commit bb9c9e22a2
3322 changed files with 1 additions and 109325 deletions

View File

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