1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Redundant.

This commit is contained in:
Cedric Beust 2017-03-13 12:37:59 -07:00
parent 2bfe9b1339
commit 28ed175979

View file

@ -80,7 +80,7 @@ class BuildScriptUtil @Inject constructor(val plugins: Plugins, val files: KFile
try {
val r = method.invoke(null)
if (r is Project) {
kobaltLog(2, "Found project ${r.name} in class $cls")
kobaltLog(2, "Found project ${r.name} in $cls")
projects.add(r)
}
} catch(ex: Throwable) {