mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-04 13:41:33 +00:00
Fix problem where concrete root project may not be found if the hierarchy is deep enough.
This commit is contained in:
@ -40,7 +40,7 @@ internal val Project.concreteRootProject: Project
|
||||
}
|
||||
|
||||
if (parent != null) {
|
||||
return parent!!
|
||||
return parent!!.concreteRootProject
|
||||
}
|
||||
|
||||
throw RuntimeException("Failed to find concrete root. Did you apply the concrete root plugin?")
|
||||
|
Reference in New Issue
Block a user