Fix path after separating performance project
This commit is contained in:
committed by
Stanislav Erokhin
parent
26ccdbdc18
commit
d44ceb6997
@@ -24,7 +24,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
def rootBuildDirectory = rootProject.projectDir
|
||||
def rootBuildDirectory = projectDir.parentFile
|
||||
|
||||
task konanRun {
|
||||
subprojects.each {
|
||||
|
||||
Reference in New Issue
Block a user