mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Redundant.
This commit is contained in:
parent
2bfe9b1339
commit
28ed175979
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,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) {
|
||||||
kobaltLog(2, "Found project ${r.name} in class $cls")
|
kobaltLog(2, "Found project ${r.name} in $cls")
|
||||||
projects.add(r)
|
projects.add(r)
|
||||||
}
|
}
|
||||||
} catch(ex: Throwable) {
|
} catch(ex: Throwable) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue