Skip to content

Instantly share code, notes, and snippets.

@dominicthomas
Created October 23, 2013 10:07
Show Gist options
  • Save dominicthomas/7115934 to your computer and use it in GitHub Desktop.
Save dominicthomas/7115934 to your computer and use it in GitHub Desktop.
Update the gradle wrapper. To update the system gradle use the guide here http://devopsnet.com/2012/05/24/upgrading-gradle/. The graddlew wrapper is packaged in with your project so is independent of the gradle version on your system.
gradlew with --refresh-dependencies
@dlamblin
Copy link

dlamblin commented Jun 15, 2018

Maybe in 2012 this worked.

Now it's:

./gradlew wrapper --gradle-version=4.8 --distribution-type=bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment