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

No implicit or explicit dependency on rncToXsd task causes caching to be disabled for some tasks #13668

Closed
wants to merge 3 commits into from

Commits on Aug 17, 2023

  1. Use lazy API to configure rncToXsd task

    This avoids configuring the task eagerly.
    erichaagdev committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a6ea85f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Add rncToXsd task to resources set

    This addresses a deprecation warning causing build caching to be
    disabled for some tasks. With this change, we tell Gradle that the
    rncToXsd task produces output that should be considered a resource.
    This clears up ambiguities when computing the task graph.
    erichaagdev committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5f213ca View commit details
    Browse the repository at this point in the history
  2. Add dependency on rncToXsd task from nohttp

    This addresses a deprecation warning causing build caching to be
    disabled for the checkstyleNohttp task. With this change, we tell
    Gradle that the rncToXsd task in the spring-security-config project
    produces output that should be considered when running the
    checkstyleNohttp task. This clears up ambiguities when computing the
    task graph.
    erichaagdev committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9435f75 View commit details
    Browse the repository at this point in the history