Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gradle/gradle-build-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.0
Choose a base ref
...
head repository: gradle/gradle-build-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    f95e9c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Improve reporting for dependency-graph failure

    The previous message was assuming a permissions issue, and was not
    including the underlying error message in the response.
    bigdaz committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a198078 View commit details
    Browse the repository at this point in the history
  2. Build outputs

    bigdaz committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a0fc860 View commit details
    Browse the repository at this point in the history
  3. Attempt to make init-script compatible with Gradle 1.12

    The `PluginManager` type wasn't introduced until Gradle 2.x.
    Remove this type from the method signature in an attempt to allow this
    file to be parsed with Gradle 1.12.
    bigdaz committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    982da8e View commit details
    Browse the repository at this point in the history
Loading