详细介绍gradleWrapper的用法, 5.3配置自动从本地相对路径上下载 这个值得探索
https://docs.gradle.org/current/userguide/gradle_wrapper.html
Most tools require installation on your computer before you can use them. If the installation is easy, you may think that’s fine. But it can be an unnecessary burden on the users of the build. Equally importantly, will the user install the right version of the tool for the build? What if they’re building an old version of the software?
The Gradle Wrapper (henceforth referred to as the “Wrapper”) solves both these problems and is the preferred way of starting a Gradle build.
本文介绍Gradle Wrapper的使用方法及优势,它解决了构建工具版本不一致的问题,是启动Gradle构建的首选方式。

1003

被折叠的 条评论
为什么被折叠?



