6.7.0 - Alpha12 - 新增 Gradle 切换工具 (gradle-wrapper-switcher), 用于切换本地 Gradle 主版本

This commit is contained in:
SuperMonster003
2025-12-23 18:41:23 +08:00
parent e98c3c2c63
commit b1dcb59824
17 changed files with 1017 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
@echo off
setlocal
set SCRIPT_DIR=%~dp0
powershell -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%gradle-wrapper-switcher.ps1" %*
echo.
pause
endlocal