编译输出信息调整

This commit is contained in:
2026-05-04 19:57:39 +08:00
parent 3fcdbabcc9
commit 14d0227158

View File

@@ -108,9 +108,10 @@ android {
if(!fWinBoLLStudioDir.exists()) {
//fWinBoLLStudioDir.mkdirs();
// 如果没有发布接口文件就不用进行APK发布和源码管理操作
// 当前编译环境不是 WinBoLL 主机, 以下将忽略APK发布和源码管理操作。
println 'The current compilation environment is not in WinBoLL host, and the following APK publishing and source management operations will be ignore.'
// 如果没有配置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 {
/// WINBOLL 主机的 APK 发布和源码管理操作 ///
variant.getAssembleProvider().get().doFirst {