[6.2.0] add gradle plugin

This commit is contained in:
zhongchao
2023-11-21 23:18:55 +08:00
parent 352b22c7f6
commit cd08ac4dbc

View File

@@ -39,6 +39,7 @@ buildscript {
classpath 'com.mogo.cloud:matrix:1.0.2'
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.4.0.2513'
classpath 'com.mogo.eagle.core.handler.proxy:plugin:1.0.0'
classpath 'com.gradle:gradle-enterprise-gradle-plugin:3.15.1'
// classpath 'com.bytedance.btrace:rhea-gradle-plugin:2.0.0'
}
// 遇无法更新依赖情况针对Snapshot无法刷新然后sync project即可刷新完成注释该代码
@@ -91,6 +92,7 @@ task clean(type: Delete) {
delete rootProject.buildDir
}
task cleanAll(type: Delete) {
group = "custom"
rootProject.allprojects {