mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Better logging.
This commit is contained in:
parent
e4d883890d
commit
43bc211b2e
1 changed files with 1 additions and 2 deletions
|
@ -263,8 +263,7 @@ class KFiles {
|
||||||
*/
|
*/
|
||||||
fun findBuildScriptLocation(buildSources: IBuildSources, jarFile: String) : String {
|
fun findBuildScriptLocation(buildSources: IBuildSources, jarFile: String) : String {
|
||||||
val result = joinDir(buildSources.root.path, KFiles.dotKobaltDir.path, KFiles.SCRIPT_BUILD_DIR, jarFile)
|
val result = joinDir(buildSources.root.path, KFiles.dotKobaltDir.path, KFiles.SCRIPT_BUILD_DIR, jarFile)
|
||||||
kobaltLog(2, "Build file dotKobaltDir: " + KFiles.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