防止歧义已将gradle.properties 中RELEASE改为USE_MAVEN_PACKAGE
Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
@@ -69,7 +69,7 @@ dependencies {
|
||||
|
||||
annotationProcessor 'com.elegant.spi:compiler:1.0.3'
|
||||
|
||||
if (Boolean.valueOf(RELEASE)) {
|
||||
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
|
||||
api rootProject.ext.dependencies.mogomap
|
||||
api rootProject.ext.dependencies.mogomapapi
|
||||
api rootProject.ext.dependencies.mogoutils
|
||||
|
||||
Reference in New Issue
Block a user