This repository was archived by the owner on Feb 21, 2025. It is now read-only.
v3.0.0-beta.4
Pre-release
Pre-release
Beta release of gradle-build-action@v3.
Can be referenced via gradle/gradle-build-action@v3.0.0-beta.4 or gradle/gradle-build-action@v3-beta.
- Remove the
gradle-executableinput 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-failureinput, which can be set tofalseto force the Job to fail when dependency graph submission fails (#1036). Failure modes include: - Fix delay in post-action that was introduced when upgrading to Node 20 (#1038)