Skip to content

v3.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@bigdaz bigdaz released this 17 Jan 01:49
· 47 commits to main since this release
42452da

Beta release of gradle-build-action@v3.
Can be referenced via gradle/[email protected] or gradle/gradle-build-action@v3-beta.

  • Remove the gradle-executable input parameter. Use a separate workflow Step to execute a Gradle from a custom location.
  • Update the Gradle Enterprise injection configuration for product rename to Develocity (#995)
  • Avoid submitting an empty dependency graph when state is loaded from configuration-cache
  • Added dependency-graph-continue-on-failure input, which can be set to false to force the Job to fail when dependency graph submission fails (#1036). Failure modes include:
    • Fail build step if version of Gradle being executed is not supported for dependency-graph generation (#1034)
    • Fail job if permissions are insufficient to submit dependency graph via Dependency Submission API (#997)
  • Fix delay in post-action that was introduced when upgrading to Node 20 (#1038)