下载常用命令 下载https://gradle.org/releases/ 常用命令# 查看版本号$ gradle -v# 构建$ gradle build # 构建 (跳过测试)$ gradle build -x test