mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
parent
5744614886
commit
165520f718
@ -68,7 +68,7 @@ data class TestCordappImpl(val scanPackage: String, override val config: Map<Str
|
||||
private fun findProjectRoot(path: Path): Path {
|
||||
var current = path
|
||||
while (true) {
|
||||
if ((current / "build.gradle").exists()) {
|
||||
if ((current / "build.gradle").exists() || (current / "build.gradle.kts").exists()) {
|
||||
return current
|
||||
}
|
||||
current = current.parent
|
||||
|
Loading…
Reference in New Issue
Block a user