Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support specifying gradle distribution in the gradle-version agrument #598

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rmarma
Copy link

@rmarma rmarma commented Mar 19, 2025

Currently the gradle-version argument supports:

  • path to a local directory with gradle;
  • gradle version that will be downloaded from the official repository.

Changes in this pull request allows you to specify a URI to gradle distribution. This can be useful when we compare different gradle versions on a machine that does not have access to external repositories.

Usage:

--gradle-version="https://<some_internal_repo>/<path>/gradle-<version_1>-bin.zip" --gradle-version="https://<some_internal_repo>/<path>/gradle-<version_2>-bin.zip"

@rmarma rmarma force-pushed the support-gradle-distribution branch from 90b4922 to bc06f9f Compare March 19, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant