mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-21 15:53:47 +00:00
by default dokka task will not set up exact folder for docs
This commit is contained in:
parent
310a7e6e82
commit
6c4c9f2fc6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user