[sweeper运营&云控合并]feat: 添加 云控/运营 业务模式默认配置,SP配置的工具类和gradle设置;
This commit is contained in:
@@ -29,6 +29,8 @@ project.dependencies {
|
||||
implementation project.project(':OCH:shuttle:passenger')
|
||||
} else if (isCurrentDriver("sweeperOperate")) {
|
||||
implementation project.project(':OCH:sweeper:driver')
|
||||
} else if (isCurrentDriver("sweeperCloud")) {
|
||||
implementation project.project('OCH:sweeper:driver')
|
||||
} else if (isCurrentDriver("taxiunmanned")) {
|
||||
implementation project.project(':OCH:taxi:unmanned-driver')
|
||||
} else if (isCurrentPassenger("taxiunmanned")) {
|
||||
|
||||
Reference in New Issue
Block a user