File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
468468 shell . sed (
469469 "-i" ,
470470 / d e f U S E R _ P R O J E C T _ R O O T = \" \$ r o o t D i r \/ ..\/ ..\/ \" / ,
471- 'def USER_PROJECT_ROOT = System.getProperties().projectRoot != null ? System.getProperties().projectRoot : "$rootDir/../../../ "' ,
471+ 'def USER_PROJECT_ROOT = System.getProperties().projectRoot != null ? System.getProperties().projectRoot : "$rootDir/../../"' ,
472472 gradleSettingsFilePath
473473 ) ;
474474
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import groovy.json.JsonSlurper
1515import static org.gradle.internal.logging.text.StyledTextOutput.Style
1616
1717def getProjectRoot = { ->
18- def projectRoot = " $rootDir /../../../ "
18+ def projectRoot = " $rootDir /../../"
1919 if (System . getProperties(). projectRoot != null ) {
2020 projectRoot = System . getProperties(). projectRoot
2121 }
You can’t perform that action at this time.
0 commit comments