mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Logging.
This commit is contained in:
parent
b3efc12569
commit
d712a14405
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class BuildFiles @Inject constructor(val factory: BuildFileCompiler.IFactory,
|
|||
// and if it does, include these build files here
|
||||
//
|
||||
val isd = bsi.includedBuildSourceDirsForLine(lineNumber)
|
||||
log(2, " Skipping line $lineNumber from file $file")
|
||||
log(2, " Skipping buildScript{} line $lineNumber from file $file")
|
||||
if (isd.any()) {
|
||||
// If we found any new buildSourceDirs, all all the files found in these directories
|
||||
// to the big Build.kt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue