1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00
This commit is contained in:
Cedric Beust 2016-04-08 02:08:11 -08:00
parent 965d1709b1
commit 781128a7ea

View file

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