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 tofalse
to 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)