[shuttle]
[变更文件夹]
This commit is contained in:
yangyakun
2023-08-23 15:37:11 +08:00
committed by zhongchao
parent 9571981ae2
commit e3b6f0c915
430 changed files with 6 additions and 6 deletions

View File

@@ -27,9 +27,9 @@ project.dependencies {
} else if (isCurrentPassenger("charter")) {
implementation project.project(':OCH:charter:passenger')
} else if (isCurrentDriver("shuttle")) {
implementation project(':OCH:mogo-och-shuttle')
implementation project(':OCH:shuttle:driver')
} else if (isCurrentPassenger("shuttle")) {
implementation project.project(':OCH:mogo-och-shuttle-passenger')
implementation project.project(':OCH:shuttle:passenger')
} else if (isCurrentDriver("sweeperCloud")) {
implementation project.project(':OCH:sweeper:sweeper-cloud')
} else if (isCurrentDriver("sweeperOperate")) {
@@ -48,8 +48,8 @@ project.dependencies {
implementation project.project(':OCH:mogo-och-bus-passenger')
implementation project.project(':OCH:charter:driver')
implementation project.project(':OCH:charter:passenger')
implementation project.project(':OCH:mogo-och-shuttle')
implementation project.project(':OCH:mogo-och-shuttle-passenger')
implementation project.project(':OCH:shuttle:driver')
implementation project.project(':OCH:shuttle:passenger')
implementation project.project(':OCH:sweeper:sweeper-cloud')
implementation project.project(':OCH:sweeper:sweeper')
implementation project.project(':OCH:taxi:driver')