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 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 {
val r = method.invoke(null)
if (r is Project) {
log(2, "Found project $r in class $cls")
log(2, "Found project ${r.name} in class $cls")
projects.add(r)
}
} catch(ex: Throwable) {