Gradle template project 开始用Gradle Wrapper管理你的工程(Project)。 Initialize a project 初始化工程 ./gradlew init 跟随向导生成指定工程。 Upgrade with the Gradle Wrapper 当需要升级Wrapper版本时,执行以下指令。 ./gradlew wrapper --gradle-version=6.4.1 --distribution-type=all Reference 更多信息参考官方指导(Guides)文档 https://gradle.org/guides/