解决了一些发布maven的版本依赖,但是卡在了mogo-module-share

This commit is contained in:
董宏宇
2021-09-03 20:01:05 +08:00
parent 98f6fe9422
commit 5139a2f6e1
9 changed files with 90 additions and 129 deletions

View File

@@ -52,7 +52,7 @@ dependencies {
if (Boolean.valueOf(RELEASE)) {
api rootProject.ext.dependencies.mogoutils
api rootProject.ext.dependencies.mogocommons
api rootProject.ext.dependencies.mogoserviceapapi
api rootProject.ext.dependencies.mogoserviceapi
implementation rootProject.ext.dependencies.modulecommon
} else {
api project(":foudations:mogo-utils")
@@ -61,5 +61,4 @@ dependencies {
implementation project(':modules:mogo-module-common')
}
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()