diff --git a/.winboll/winboll_app_build.gradle b/.winboll/winboll_app_build.gradle index c84e605..d23facc 100644 --- a/.winboll/winboll_app_build.gradle +++ b/.winboll/winboll_app_build.gradle @@ -107,12 +107,9 @@ android { } if(!fWinBoLLStudioDir.exists()) { - //fWinBoLLStudioDir.mkdirs(); - // 如果没有配置APK应用包输出文件夹就不用进行APK发布和源码管理操作 - // 当前编译环境不是 WinBoLL 主机或者没有配置APK应用包输出文件夹, 以下将忽略APK发布和源码管理操作。 - // 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 { + println "[ WinBoLLStudio ] : " + fWinBoLLStudioDir.getAbsolutePath() + " Folder does not exist." + println '[ WinBoLLStudio ] : The APKOutputPath property is not defined in winboll.properties, please configure APK output folder first.' + } else { /// WINBOLL 主机的 APK 发布和源码管理操作 /// variant.getAssembleProvider().get().doFirst { /* 后期管理预留代码 */