mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-24 19:18:50 +00:00
update kdocs script
This commit is contained in:
parent
2a16f3c588
commit
b66284b6e5
@ -19,10 +19,10 @@ dokkaHtml {
|
||||
dokkaSourceSets {
|
||||
switch (true) {
|
||||
case project.hasProperty("DOKKA_PATH"):
|
||||
outputDirectory = project.property("DOKKA_PATH").toString()
|
||||
outputDirectory = new File(project.property("DOKKA_PATH").toString())
|
||||
break
|
||||
case System.getenv("DOKKA_PATH") != null:
|
||||
outputDirectory = System.getenv("DOKKA_PATH")
|
||||
outputDirectory = new File(System.getenv("DOKKA_PATH"))
|
||||
break
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user