1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2017-04-09 10:32:42 -07:00
parent b84586261c
commit 452820e728

View file

@ -15,7 +15,7 @@ object Filters {
override fun accept(p0: DependencyNode, p1: MutableList<DependencyNode>): Boolean {
val result = p0.dependency != null && ! p0.dependency.optional
if (! result) {
kobaltLog(2, "Excluding from optional filter: $p0")
kobaltLog(3, "Excluding from optional filter: $p0")
}
return result
}