mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Restore path.
This commit is contained in:
parent
28ed175979
commit
c056fa5c9f
1 changed files with 1 additions and 2 deletions
|
@ -259,8 +259,7 @@ class KFiles {
|
|||
* The build location for build scripts is .kobalt/build
|
||||
*/
|
||||
fun findBuildScriptLocation(buildFile: BuildFile, jarFile: String) : String {
|
||||
val result = joinDir(File(".").absolutePath,buildFile.dotKobaltDir.absolutePath,
|
||||
KFiles.SCRIPT_BUILD_DIR, jarFile)
|
||||
val result = joinDir(buildFile.dotKobaltDir.absolutePath, KFiles.SCRIPT_BUILD_DIR, jarFile)
|
||||
kobaltLog(2, "Script jar file: $result")
|
||||
return result
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue