How Do I Change Gradle Version?
How Do I Change Gradle Version? One way to upgrade the Gradle version is manually change the distributionUrl property in the Wrapper’s gradle-wrapper. properties file . The better and recommended option is to run the wrapper task and provide the target Gradle version as described in Adding the Gradle Wrapper. How do I downgrade Gradle