How to update Gradle

preview_player
Показать описание
Using the Gradle wrapper means that a project can be fixed to a specific version of Gradle. If you want to find out how to update Gradle to a newer version though, follow the simple steps in this video.

▶️ Introduction (0:00)
▶️ What’s my current Gradle version? (0:24)
▶️ What updated Gradle version can I use? (0:41)
▶️ How do I update my Gradle version? (0:58)
▶️ How does the version update actually work? (1:56)

VIDEO RESOURCES
Рекомендации по теме
Комментарии
Автор

exactly what I needed!!! thanks dude!!!

SeeEyeDee
Автор

I'm relatively new to Gradle and IntelliJ (switching over from eclipse), but your videos have been helpful to my learning. The only issue I have had is with the Maven Artifact Search utility which yields no results even after updating the remote repository in settings. Would you happen to know how to fix this?

seantronsen
Автор

Hi, I have update gradle version in the gradle wrapper properties file, but when i use jenkin build it will not pickup the gradle version from the project(wrapper properties file) ?

asliyanage
Автор

how to update it on intillij ? specially for ubuntu

chansolkim
Автор

Where are you inputting this ./gradlew command at? In android studio or the computer's terminal? Would it be the same command on Mac and PC?

syntheslizerjamsontoast
Автор

Hi Greg, Thank u so much for making complex things to simple.

ChandraSekhar-kiiz
Автор

I'm trying to update from version 6.1.1 to version 6.8 and the build fails every time, I have no clue why, I need help please :(

waydahero
Автор

I am getting build error when I try to upgrade it to 8.7 version.

/gradlew wrapper --gradle-version 8.7

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'Boot'.
> Failed to create Jar file

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

navedali
Автор

please help mw with this error occured since after updated to 4.1 android studio:
Unable to load class This is an unexpected error

localsafar
Автор

Hi, great instructions!
I followed your steps and the console shows that I have upgraded gradle to 7.3 but when I open gradle in intellij it's still is 7.1
Help! Thanks!

blackbow
Автор

Hey can you please help me with this problem
Exception: Gradle task assembleDebug failed with exit code -1

bhuvangowda.n
Автор

installing gradle installs gradlew as well?
new to ubuntu and i followed some tutorial online to install gradle into the /usr/local/gradle
the command itself works just fine; gradle, but not gradlew, so is this something fixed by installing gradle through apt or snap? or gradlew is something completely different?

youtube.com-handle
Автор

Hi

We are using gradle version 2.13 and java 8. Can we upgrade directly to latest version 7.2 or I need to upgrade 3.x, 4.x, 5.x, 6.x finally to 7.2. As I tried to upgrade to7.2 my build is failing and throwing many issues. What is the better approach to upgrade gradle ? Kindly please suggest

nagarjunamnl
Автор

Can I update my project from gradle 2.3 to latest gradle version ???? Please help with any referring links and if possible can you do a video ???

gs-rceq
Автор

Hi, excuse me, can someone tell me where is he typing that? I mean, wheres is that black window? or how could I get there? thank you

Ceci.elp
Автор

When i create a new project after updating gradle, it returns me to the old version of gradle why?

homeofgamesnews
Автор

it would be better if the video on your personal website has subtitles ,thanks

buwdfiz
Автор

hi sir
first of all how to get into this console
i'm pretty confused

muadyakub
Автор

Help, my command line doesn't recognize gradle as an external or internal command 😓

Ps_Arnold
Автор

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
I got this error in Android Studio.
And when i tried to generate SHA-1 key, i got the error: missing key

shanglee