mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -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
|
// and if it does, include these build files here
|
||||||
//
|
//
|
||||||
val isd = bsi.includedBuildSourceDirsForLine(lineNumber)
|
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 (isd.any()) {
|
||||||
// If we found any new buildSourceDirs, all all the files found in these directories
|
// If we found any new buildSourceDirs, all all the files found in these directories
|
||||||
// to the big Build.kt
|
// to the big Build.kt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue