Skip to content

Releases: gradle/gradle-build-action

v2.5.1

29 Jun 17:28
40b6781
Compare
Choose a tag to compare

Fixes a regression in v2.5.0 that resulted in failure when running a workflow that has a name containing a comma.

Fixes

  • Cache key Validation Error when workflow name contains a comma #756

Changelog

v2.5.0...v2.5.1

v2.5.0

28 Jun 22:26
8e02c82
Compare
Choose a tag to compare

This minor release fixes a couple of issues that affected the action in particular scenarios, and updates all dependencies to recent versions.

Fixes

  • Parallel workflows containing jobs with the same name use the same cache key #699
  • Build scans are not captured when GE plugin is applied within settingsEvaluated #626

Full changelog: v2.4.2...v2.5.0

v2.4.2

14 Apr 22:32
749f47b
Compare
Choose a tag to compare

This release disables the save/restore of configuration-cache data, since this functionality has been shown to be problematic.
Gradle 8.1 has made changes to this functionality which will require a more comprehensive rework of the action before we can re-enable this.

v2.4.1

12 Apr 20:32
5056fa9
Compare
Choose a tag to compare

This patch release updates a number of dependencies, including xmljs which was reported to have a security vulnerability (https://nvd.nist.gov/vuln/detail/CVE-2023-0842).
There is no evidence that this vulnerability affected the gradle-build-action.

Full changelog: v2.4.0...v2.4.1

v2.4.0

18 Feb 20:47
6095a76
Compare
Choose a tag to compare

What's new

The v.2.4.0 release contains various library updates and fixes to fully support Gradle 8.

Notable changes:

  • Update to @actions/cache: 3.1.3 should improve cache save/restore performance on Windows by using gnu tar and zstd when available.
  • Fix caching of extracted JDK toolchains for Gradle 7.6+ (e444647)

Full Changelog: v2.3.3...v2.4.0

v2.3.3

22 Oct 14:29
3fbe033
Compare
Choose a tag to compare

This patch release removes all uses of the deprecated set-output and set-state commands, and should remove deprecation warnings from build logs. See #461 and #477 for more details.

Full Changelog: v2.3.2...v2.3.3

v2.3.2

29 Sep 14:33
fd32ae9
Compare
Choose a tag to compare

This patch release fixes an issue which could result in errors in the post-action step. See #441 for details.

Full Changelog: v2.3.1...v2.3.2

v2.3.1

22 Sep 17:10
c295a40
Compare
Choose a tag to compare

This patch release addresses some security vulnerabilities reported by the CodeQL check:

The release contains no functional changes.

Full Changelog: v2.3.0...v2.3.1

v2.3.0

29 Aug 17:51
356abb4
Compare
Choose a tag to compare

What's new

With v2.3.0, the gradle-build-action can now attempt to remove any unused files from the Gradle User Home directory before storing to the GitHub Actions cache. This can prevent cases where the size of cache entry grows over time.

Gradle Home cache cleanup is disabled by default. You can enable this feature for the action as follows:

gradle-home-cache-cleanup: true

See the README for more details.

Full Changelog: v2.2.5...v2.3.0

v2.3.0-beta.1

22 Aug 21:25
d427a37
Compare
Choose a tag to compare
Pre-release

Introduces experimental support for removing unused files from Gradle User Home prior to caching.