|
@@ -237,6 +237,11 @@ compileGeneralApp()
|
|
|
echo -e "\tAPK_SRC_DIR,PWD:$(pwd)"
|
|
|
chmod +x gradlew
|
|
|
gradle --version
|
|
|
+
|
|
|
+ # 修改 adle/wrapper/gradle-wrapper.properties distributionUrl 路径为本地;
|
|
|
+ # home/data/ApkAutoCompile/cacheAndroidSrc/Factory_General/gradle/wrapper/gradle-wrapper.properties
|
|
|
+ GradlePro=${APK_SRC_DIR}/gradle/wrapper/gradle-wrapper.properties
|
|
|
+ sed -i "s/https\\\:\/\/services.gradle.org\/distributions/file:\/\/\/home\/local_gradle/" ${GradlePro}
|
|
|
|
|
|
# 判断文件是否存在;
|
|
|
if [ -f "build.sh" ];then
|