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

[bazel] Move Java runtime/toolchains into //java #7190

Merged
merged 2 commits into from Feb 13, 2020

Commits on Feb 11, 2020

  1. [bazel] Move Java runtime/toolchains into //java

    This change moves `java_library` targets from the top-level BUILD file
    into `//java/{core,lite,util}` and declares `alias` targets to point to
    their new locations (hence, this is not a breaking change).
    
    This will allow users that don't use Java to stop depending on
    `@rules_java` (e.g. as requested in
    bazelbuild/rules_scala#989 (comment)).
    
    Note that there is no intention to deprecate + remove the top-level
    targets in the foreseeable future.
    Yannic committed Feb 11, 2020
    Copy the full SHA
    48cfb4c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Copy the full SHA
    34fc1ea View commit details
    Browse the repository at this point in the history