In one of the previous posts, I wrote about upgrading Gradle Wrapper.
However, it does not cover the case when you have your own artefact repository, for instance, Artifactory.
In this case use --gradle-distribution-url parameter of the wrapper task to specify the custom Gradle distribution:
./gradlew wrapper --gradle-distribution-url=https\://artifactory.example.com/repo/gradle/gradle-8.3-bin.zip
Dream your code, code your dream.
![[Tiny] How to Upgrade Gradle Wrapper Using Custom Gradle Distribution](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk9hoa4ppwm2mo156zgbu.jpg)
