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

Build: Fix repos.mavenLocal casing #29289

Merged
merged 1 commit into from
Mar 29, 2018
Merged

Commits on Mar 29, 2018

  1. Build: Fix repos.mavenLocal casing

    The sysprop repos.mavenLocal may be used to add the local .m2 maven
    repository for testing snapshots of locally build dependencies.
    Unfortunately this has to be checked in two different places (they cannot
    be shared, due to buildSrc being built essentially as a separate
    project), and the casing of the string sysprop lookups did not align.
    This commit fixes BuildPlugin's checking of repos.mavenLocal to use the
    correct casing (camelCase, to match the gradle dsl element).
    rjernst committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    bc359bf View commit details
    Browse the repository at this point in the history