feat: 添加模拟器卸载应用测试功能并优化构建配置
- 新增模拟器卸载应用UI测试功能及相关测试图片 - 添加本地Gradle初始化脚本和构建脚本 - 更新Gradle版本至9.0并优化仓库配置 - 修复布局文件中的重复元素和警告 - 增加构建警告修复文档 - 优化模拟器控制类功能
This commit is contained in:
12
build.ps1
Normal file
12
build.ps1
Normal file
@@ -0,0 +1,12 @@
|
||||
# Local Gradle init script PowerShell wrapper
|
||||
|
||||
Write-Host "Using local Gradle init script..." -ForegroundColor Green
|
||||
|
||||
# Set environment variable
|
||||
$env:GRADLE_OPTS = "-Dorg.gradle.init.script=$PWD\gradle\init\init.gradle"
|
||||
|
||||
# Execute Gradle command
|
||||
& "$PWD\gradlew.bat" clean --warning-mode=all
|
||||
|
||||
Write-Host ""
|
||||
Write-Host "Build completed with local init script." -ForegroundColor Green
|
||||
Reference in New Issue
Block a user