Cordova build changes distributionUrl in gradle-wrapper.properties file
As could be guessed, there is a script that is being run behind the scene when you issue the “Cordova build android” command. This script needs to be found in order to see the config specified for Gradle version. You must go and check the following js file: $PROJECT_ROOT/platforms/android/cordova/lib/builders/GradleBuilder.js Then find the line including the … Read more