1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2017-03-30 10:13:48 -07:00
parent b3efc12569
commit d712a14405

View file

@ -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