Redownload gradle wrapper

I have my own gradle distribution and would like to be able to enforce the use of a newly uploaded version without having to update the gradle-wrapper.properties. For example during development I do changes to the wrapper without changing the version number. It would be nice if the wrapper would check if file that the distribution URL is pointing has changed and if so redownloads the file, somewhat similar to changing dependencies.