mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 00:03:48 +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 {
|
dokka {
|
||||||
outputFormat = 'html'
|
outputFormat = 'html'
|
||||||
|
|
||||||
@ -75,9 +73,6 @@ dokka {
|
|||||||
case System.getenv("DOKKA_PATH") != null:
|
case System.getenv("DOKKA_PATH") != null:
|
||||||
outputDirectory = System.getenv("DOKKA_PATH")
|
outputDirectory = System.getenv("DOKKA_PATH")
|
||||||
break
|
break
|
||||||
default:
|
|
||||||
outputDirectory = dokkaFolder
|
|
||||||
break
|
|
||||||
}
|
}
|
||||||
|
|
||||||
multiplatform {
|
multiplatform {
|
||||||
|
Loading…
Reference in New Issue
Block a user