Justinas Jakavonis
Justinas Jakavonis

Reputation: 8798

How to force Ubuntu to use the latest Gradle version?

I have Gradle 3.3 on Ubuntu and executed:

sudo apt-get install gradle-4.7

And

sudo apt-get install gradle-ppa

However, gradle -v still shows:

Gradle 3.3

How to force Ubuntu to use the latest Gradle version?

Upvotes: 1

Views: 1450

Answers (1)

Justinas Jakavonis
Justinas Jakavonis

Reputation: 8798

Installed SDKMAN! and after sdk install gradle, gradle -v shows the latest version.

Upvotes: 1

Related Questions