Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add gradle wrapper #32

Merged
merged 1 commit into from
Mar 2, 2016
Merged

add gradle wrapper #32

merged 1 commit into from
Mar 2, 2016

Conversation

luoqii
Copy link

@luoqii luoqii commented Mar 2, 2016

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.

more see 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.

more see https://docs.gradle.org/current/userguide/gradle_wrapper.html
@markzhai
Copy link
Owner

markzhai commented Mar 2, 2016

You are right, thanks.

markzhai added a commit that referenced this pull request Mar 2, 2016
@markzhai markzhai merged commit 807fe29 into markzhai:master Mar 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants