添加 Gradle 编译调试信息。
This commit is contained in:
@@ -107,12 +107,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!fWinBoLLStudioDir.exists()) {
|
if(!fWinBoLLStudioDir.exists()) {
|
||||||
//fWinBoLLStudioDir.mkdirs();
|
println "[ WinBoLLStudio ] : " + fWinBoLLStudioDir.getAbsolutePath() + " Folder does not exist."
|
||||||
// 如果没有配置APK应用包输出文件夹就不用进行APK发布和源码管理操作
|
println '[ WinBoLLStudio ] : The APKOutputPath property is not defined in winboll.properties, please configure APK output folder first.'
|
||||||
// 当前编译环境不是 WinBoLL 主机或者没有配置APK应用包输出文件夹, 以下将忽略APK发布和源码管理操作。
|
} else {
|
||||||
// Gradle 编译输出停止原因:没有配置在 winboll.properties 文件的配置 APKOutputPath 属性,设置 APK 应用包输出文件夹。
|
|
||||||
println 'The APKOutputPath property is not configured in the winboll.properties file; set the APK application package output folder.'
|
|
||||||
} else {
|
|
||||||
/// WINBOLL 主机的 APK 发布和源码管理操作 ///
|
/// WINBOLL 主机的 APK 发布和源码管理操作 ///
|
||||||
variant.getAssembleProvider().get().doFirst {
|
variant.getAssembleProvider().get().doFirst {
|
||||||
/* 后期管理预留代码 */
|
/* 后期管理预留代码 */
|
||||||
|
|||||||
Reference in New Issue
Block a user