[6.2.0][技术优化] 基于apm平台添加日志回捞能力

This commit is contained in:
renwj
2023-11-28 20:05:13 +08:00
parent 2f73803631
commit 7abb5d0de0
8 changed files with 30 additions and 9 deletions

View File

@@ -102,6 +102,10 @@ dependencies {
implementation project(':core:mogo-core-utils')
implementation project(':core:mogo-core-function-call')
implementation project(':core:mogo-core-res')
if (!rootProject.isJunkDetectEnable()) {
compileOnly rootProject.ext.dependencies.apm_insight
}
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()