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

chore(deps): update dependency gradle to v8.11.1 #1787

Merged
merged 5 commits into from
Dec 2, 2024

Commits on Nov 22, 2024

  1. chore(deps): update dependency gradle to v8.11.1

    Signed-off-by: Renovate Bot <[email protected]>
    renovate[bot] authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1668d64 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. chore(deps): update dependency gradle to v8.11.1

    Signed-off-by: Renovate Bot <[email protected]>
    renovate[bot] authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b6a4c6e View commit details
    Browse the repository at this point in the history
  2. fix(Issue-1788): replace deleted task report container

    essentially by copying its contents and inheriting from somewhere higher up in the inheritance chain. I don't know if that is the desired way from gradle, but the most logical alternative, implementing NamedDomainObjectSet as a delegate just didn't work. Probably because stuff didn't get decorated properly.
    
    Signed-off-by: l-1squared <[email protected]>
    l-1squared committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    aa1255c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37787bd View commit details
    Browse the repository at this point in the history
  4. fix(Issue-1788): replace deleted task report

    Signed-off-by: l-1squared <[email protected]>
    l-1squared committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    11e0048 View commit details
    Browse the repository at this point in the history