jfrog / project-examples

Small projects in universal build ecosystems to configure CI and Artifactory
1.01k stars 2.39k forks source link

Support for downloading Gradle from Artifactory #292

Open pmellaaho opened 3 years ago

pmellaaho commented 3 years ago

Since all my Android project dependencies are being downloaded from Artifactory I would also like to download Gradle itself from Artifactory. Is this possible somehow? at least I couldn't find an example.

The download path is defined in gradle-wrapper.properties like so: distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

yahavi commented 3 years ago

@pmellaaho you can use Artifactory as a source for Gradle distributions. See: https://stackoverflow.com/a/68589627/4233342