[2.15.0] remove release gradle
This commit is contained in:
@@ -60,18 +60,11 @@ dependencies {
|
||||
implementation rootProject.ext.dependencies.lancetx_runtime
|
||||
implementation rootProject.ext.dependencies.arouter
|
||||
kapt rootProject.ext.dependencies.aroutercompiler
|
||||
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
|
||||
implementation rootProject.ext.dependencies.moduleservice
|
||||
implementation rootProject.ext.dependencies.mogo_core_data
|
||||
implementation rootProject.ext.dependencies.mogo_core_utils
|
||||
implementation rootProject.ext.dependencies.mogo_core_function_api
|
||||
implementation rootProject.ext.dependencies.mogo_core_res
|
||||
} else {
|
||||
implementation project(':core:mogo-core-data')
|
||||
implementation project(':core:mogo-core-utils')
|
||||
implementation project(':core:mogo-core-function-api')
|
||||
implementation project(':core:mogo-core-res')
|
||||
}
|
||||
|
||||
implementation project(':core:mogo-core-data')
|
||||
implementation project(':core:mogo-core-utils')
|
||||
implementation project(':core:mogo-core-function-api')
|
||||
implementation project(':core:mogo-core-res')
|
||||
}
|
||||
|
||||
rootProject.gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
|
||||
@@ -82,7 +75,7 @@ rootProject.gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
|
||||
it.plugins.hasPlugin("com.android.application")
|
||||
}
|
||||
if (app != null) {
|
||||
def android = (AppExtension)app.extensions.findByName("android")
|
||||
def android = (AppExtension) app.extensions.findByName("android")
|
||||
def signConfig = android.signingConfigs.getByName("release")
|
||||
if (signConfig != null && isOnlineReleaseBuild(gradle)) {
|
||||
if (tasks != null) {
|
||||
@@ -156,7 +149,7 @@ rootProject.gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
|
||||
}
|
||||
}
|
||||
|
||||
static boolean isWindows() {
|
||||
static boolean isWindows() {
|
||||
return System.getProperty("os.name").toLowerCase().contains('windows')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user