mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Create the directory.
This commit is contained in:
parent
8e46cdb83b
commit
6a61b21482
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class KFiles {
|
|||
* The build location for build scripts is .kobalt/build
|
||||
*/
|
||||
fun findBuildScriptDir(parent: String = ".") : File {
|
||||
val result = File(joinDir(parent, KFiles.dotKobaltDir.path, KFiles.SCRIPT_BUILD_DIR))
|
||||
val result = File(joinAndMakeDir(parent, KFiles.dotKobaltDir.path, KFiles.SCRIPT_BUILD_DIR))
|
||||
kobaltLog(2, " Script jar files in: $result")
|
||||
return result
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue