mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Logging.
This commit is contained in:
parent
946cc27275
commit
9ec21dc69b
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ private class Main @Inject constructor(
|
||||||
try {
|
try {
|
||||||
allProjects = buildFileCompilerFactory.create(listOf(buildFile)).compileBuildFiles(args)
|
allProjects = buildFileCompilerFactory.create(listOf(buildFile)).compileBuildFiles(args)
|
||||||
} catch(ex: Throwable) {
|
} catch(ex: Throwable) {
|
||||||
|
log(2, "Couldn't parse preBuildScript.jar: ${ex.message}")
|
||||||
if (! File(".kobalt").deleteRecursively()) {
|
if (! File(".kobalt").deleteRecursively()) {
|
||||||
warn("Couldn't delete .kobalt, please delete it manually")
|
warn("Couldn't delete .kobalt, please delete it manually")
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue