Don't warn about absence of kotlin files
#KT-10401 fixed
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ abstract class AbstractKotlinCompile<T : CommonCompilerArguments>() : AbstractCo
|
|||||||
logger.kotlinDebug("removed ${removed.joinToString { it.path }}")
|
logger.kotlinDebug("removed ${removed.joinToString { it.path }}")
|
||||||
val sources = getKotlinSources()
|
val sources = getKotlinSources()
|
||||||
if (sources.isEmpty()) {
|
if (sources.isEmpty()) {
|
||||||
logger.warn("No Kotlin files found, skipping Kotlin compiler task")
|
logger.kotlinDebug { "No Kotlin files found, skipping Kotlin compiler task" }
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user