Hello I am trying execute ./gradlew lint
, and I am getting the following message:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
I did remove all gradles from .gradle/daemon, but gradlew download the version 4.4.1.
The question is how can update to the 6.0.0 or how can solve this?
Thanks
I check this Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0, but the answers of this doesn't work for me.
In gradle/wrapper/gradle-wrapper.properties
I have the following
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
But in http://services.gradle.org/distributions/ the last version is 5.4.1.