Externalize Gradle Wrapper Jar Location from App Repo

Reference: https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:adding_wrapper

Regarding

“To make the Wrapper files available to other developers and execution environments you’ll need to check them into version control. All Wrapper files including the JAR file are very small in size. Adding the JAR file to version control is expected. Some organizations do not allow projects to submit binary files to version control. At the moment there are no alternative options to the approach.

What is the recommended gradle approach for externalizing the Gradle Wrapper Jar from App Repo in a standard manner and sourcing it from there?