mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Investigate the TeamCity build failure.
This commit is contained in:
parent
3ca1f5612f
commit
1fb4278cd6
1 changed files with 2 additions and 1 deletions
|
@ -259,7 +259,8 @@ class KFiles {
|
||||||
* The build location for build scripts is .kobalt/build
|
* The build location for build scripts is .kobalt/build
|
||||||
*/
|
*/
|
||||||
fun findBuildScriptLocation(buildFile: BuildFile, jarFile: String) : String {
|
fun findBuildScriptLocation(buildFile: BuildFile, jarFile: String) : String {
|
||||||
val result = joinDir(buildFile.dotKobaltDir.absolutePath, KFiles.SCRIPT_BUILD_DIR, jarFile)
|
val result = joinDir(File(".").absolutePath,buildFile.dotKobaltDir.absolutePath,
|
||||||
|
KFiles.SCRIPT_BUILD_DIR, jarFile)
|
||||||
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