添加Gradle调试信息
This commit is contained in:
@@ -122,6 +122,7 @@ android {
|
|||||||
FileOutputStream fos = new FileOutputStream(winbollBuildPropsFile)
|
FileOutputStream fos = new FileOutputStream(winbollBuildPropsFile)
|
||||||
winbollBuildProps.store(fos, "${winbollBuildPropsDesc}");
|
winbollBuildProps.store(fos, "${winbollBuildPropsDesc}");
|
||||||
fos.close();
|
fos.close();
|
||||||
|
println "\n\n>>> Project build.properties saved.\n\n";
|
||||||
|
|
||||||
if(winbollBuildProps['libraryProject'] != "") {
|
if(winbollBuildProps['libraryProject'] != "") {
|
||||||
// 如果应用 build.properties 文件设置了类库模块项目文件名
|
// 如果应用 build.properties 文件设置了类库模块项目文件名
|
||||||
@@ -133,6 +134,8 @@ android {
|
|||||||
java.nio.file.Path targetFilePath = libraryProjectBuildPropsFile.toPath();
|
java.nio.file.Path targetFilePath = libraryProjectBuildPropsFile.toPath();
|
||||||
// 使用copyTo()方法复制文件,如果目标文件存在会被覆盖,可选参数可以选择不覆盖
|
// 使用copyTo()方法复制文件,如果目标文件存在会被覆盖,可选参数可以选择不覆盖
|
||||||
java.nio.file.Files.copy(sourceFilePath, targetFilePath, java.nio.file.StandardCopyOption.REPLACE_EXISTING);
|
java.nio.file.Files.copy(sourceFilePath, targetFilePath, java.nio.file.StandardCopyOption.REPLACE_EXISTING);
|
||||||
|
|
||||||
|
println "\n\n>>> Library Project build.properties saved.\n\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun Sep 14 11:59:39 GMT 2025
|
#Sun Sep 14 12:14:23 GMT 2025
|
||||||
stageCount=6
|
stageCount=6
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.9
|
baseVersion=15.9
|
||||||
publishVersion=15.9.5
|
publishVersion=15.9.5
|
||||||
buildCount=6
|
buildCount=8
|
||||||
baseBetaVersion=15.9.6
|
baseBetaVersion=15.9.6
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun Sep 14 11:59:39 GMT 2025
|
#Sun Sep 14 12:14:23 GMT 2025
|
||||||
stageCount=6
|
stageCount=6
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.9
|
baseVersion=15.9
|
||||||
publishVersion=15.9.5
|
publishVersion=15.9.5
|
||||||
buildCount=6
|
buildCount=8
|
||||||
baseBetaVersion=15.9.6
|
baseBetaVersion=15.9.6
|
||||||
|
|||||||
Reference in New Issue
Block a user