Fixing source build script search, attempt to fix KT-8705
(cherry picked from commit 89c5885)
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ abstract class KotlinBasePluginWrapper: Plugin<Project> {
|
|||||||
return scriptHandler
|
return scriptHandler
|
||||||
}
|
}
|
||||||
log.kotlinDebug("not found, switching to parent")
|
log.kotlinDebug("not found, switching to parent")
|
||||||
curProject = curProject.getParent()!!
|
curProject = curProject.getParent() ?: break
|
||||||
}
|
}
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user