Skip to content
Compare
Choose a tag to compare
@bigdaz bigdaz released this 06 Jun 18:35
· 631 commits to main since this release
e88ed3e

Summary

This release brings a new Job Summary report, as well as numerous improvements and bug fixes:

  • Capture all Gradle build executions for a job and write them to the GitHub Actions Job Summary.
  • Default to cache-read-only for non-default branches (see 0a36ca9)
  • Allow the Gradle Daemon to run across build steps in a workflow Job (see #113)

Issues resolved

https://github.com/gradle/gradle-build-action/milestone/7?closed=1

What's Changed

  • Use GHA Job Summary to summarize Gradle build results by @bigdaz in #282
  • Various improvements to CI workflows by @bigdaz in #294
  • Extract init scripts and state tracking by @bigdaz in #297
  • Add improved Job Summary with build results and caching report by @bigdaz in #298
  • Fix save/restore of configuration-cache by @bigdaz in #302
  • Improve layout and formatting of Job Summary by @bigdaz in #303
  • Default to cache-read-only for non-default branches by @bigdaz in #149
  • Improve init scripts and add test coverage by @bigdaz in #304
  • Allow daemons to run across workflow steps by @bigdaz in #305
  • Use java to determine user.home dir by @bigdaz in #306

Full Changelog: v2.1.7...v2.2.0