mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Better message.
This commit is contained in:
parent
148070274f
commit
f0d59c94ed
1 changed files with 1 additions and 1 deletions
|
@ -33,10 +33,10 @@ class KFiles {
|
|||
} else {
|
||||
// Will only happen when building kobalt itself: the jar file might not be in the dist/ directory
|
||||
// yet since we're currently building it. Instead, use the classes directly
|
||||
debug("Couldn't find ${jarFile.absolutePath}, using build/classes/main")
|
||||
val result = listOf("kobalt", "kobalt-plugin-api", "kobalt-wrapper").map {
|
||||
File(homeDir(KFiles.joinDir("kotlin", "kobalt", "out", "production", it))).absolutePath
|
||||
}
|
||||
debug("Couldn't find ${jarFile.absolutePath}, using\n " + result.joinToString(" "))
|
||||
return result
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue