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

Optional outputs #291

Merged
merged 5 commits into from
Mar 2, 2020
Merged

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    fc14983 View commit details
    Browse the repository at this point in the history
  2. New output scheme for the JvmCompilationTask, if an output isn't requ…

    …ested do not create it.
    
    Break apart compileAll to allow stage independent compilations.
    Make jdeps optional, as it is not currently consumed so we shouldn't do the work.
    Update test framework to handle the output scheme.
    If kotlin srcs are absent, skip kotlin compilation.
    
    Issue: bazelbuild/issues/232
    Corbin Smith committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    9b34d4c View commit details
    Browse the repository at this point in the history
  3. Add files explicitly to runfiles from the data attribute. This is mor…

    …e explicit and resilient that using collect_default.
    Corbin Smith committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5f538dc View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    af30345 View commit details
    Browse the repository at this point in the history
  2. Fix line reflow.

    Corbin Smith committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    10bfb64 View commit details
    Browse the repository at this point in the history