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

Allow overriding the default Gradle library repository through a new Gradle property #26743

Closed
wants to merge 1 commit into from

Commits on Jan 12, 2024

  1. Allow overriding the default Gradle library repository through a new …

    …property called `org.gradle.internal.gradle.libs.repo.override` (previously overriding was only possible through the `GRADLE_LIBS_REPO_OVERRIDE` environment variable).
    
    The property can be more useful because it can be defined in the build itself (either through gradle.properties or programmatically)
    
    Signed-off-by: akiraly <kiralyattila.hu@gmail.com>
    akiraly committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c3b6df8 View commit details
    Browse the repository at this point in the history