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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user