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

Failing test for #9882 #9883

Merged
merged 4 commits into from Jul 8, 2019
Merged

Commits on Jul 4, 2019

  1. Failing test

    Signed-off-by: Dan Sanduleac <sanduleac.dan@gmail.com>
    dansanduleac committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    37a7d7c View commit details
    Browse the repository at this point in the history
  2. Simplify test

    Signed-off-by: Dan Sanduleac <sanduleac.dan@gmail.com>
    dansanduleac committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    7b3c53c View commit details
    Browse the repository at this point in the history
  3. fix expectation

    Signed-off-by: Dan Sanduleac <sanduleac.dan@gmail.com>
    dansanduleac committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    f9cf815 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Special case for deferred selector

    When a dependency activates a pending constraint, do not defer
    selection if the pending constraint comes from a virtual platform.
    Because of their special aspects, virtual platforms really need to be
    handled in line each time.
    
    Fixes gradle#9882
    ljacomet committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    79c7140 View commit details
    Browse the repository at this point in the history