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

Include Gradle Wrapper #1

Open
PizzaCrust opened this issue Jun 25, 2016 · 9 comments
Open

Include Gradle Wrapper #1

PizzaCrust opened this issue Jun 25, 2016 · 9 comments

Comments

@PizzaCrust
Copy link

No description provided.

@Techcable
Copy link
Member

Why don't we just tell them to install gradle?

@PizzaCrust
Copy link
Author

They might have installed an older version of Gradle, or a newer incompatible version. But, with the gradle wrapper; you can control the version.

@phase
Copy link
Member

phase commented Jun 25, 2016

In the README, we could control the gradle version we want them to use. I don't see why this is a big deal, I couldn't tell you the difference between any two gradle versions.

@PizzaCrust
Copy link
Author

PizzaCrust commented Jun 25, 2016

Really? (gradle differences)

New version:

plugins {
    id 'java'
}

Old version:

apply plugin: 'java'

@phase
Copy link
Member

phase commented Jun 25, 2016

We could just say "use the latest version of Gradle"

@PizzaCrust
Copy link
Author

PizzaCrust commented Jun 25, 2016

Having to redownload Gradle, manually from the webpage and extracting it; whenever a gradle version comes out is just plain repetitive.

The Gradle Wrapper automates this process.

@phase
Copy link
Member

phase commented Jun 25, 2016

lol use linux pm install gradle

But seriously, we'll probably add a wrapper.

@Techcable
Copy link
Member

Techcable commented Jun 25, 2016

No one seems to have 'redownloading' issue with maven, so I'm not exactly sure why the wrapper always comes up with gradle.
Honestly I don't foresee needing the wrapper for any reason except to spare windows users a few minutes to run the gradle installer.

@minecrafter
Copy link

@Techcable using that logic is naive. The wrapper makes it simple even for those on *nix platforms to build Gradle projects. For one thing, the version of Gradle provided may be too old (think of Debian or RHEL-based systems).

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

No branches or pull requests

4 participants