mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
More test fixing.
This commit is contained in:
parent
c16aa0aa67
commit
87ff2b34cf
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@ class KFiles {
|
||||||
*/
|
*/
|
||||||
fun findBuildScriptLocation(buildFile: BuildFile, jarFile: String) : String {
|
fun findBuildScriptLocation(buildFile: BuildFile, jarFile: String) : String {
|
||||||
val result = joinDir(buildFile.dotKobaltDir.path, KFiles.SCRIPT_BUILD_DIR, jarFile)
|
val result = joinDir(buildFile.dotKobaltDir.path, KFiles.SCRIPT_BUILD_DIR, jarFile)
|
||||||
|
kobaltLog(2, "Build file dotKobaltDir: " + buildFile.dotKobaltDir)
|
||||||
kobaltLog(2, "Script jar file: $result")
|
kobaltLog(2, "Script jar file: $result")
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue