Skip to content

Releases: gradle/gradle-build-action

v1.4.1

17 Aug 20:44
3f39476
Compare
Choose a tag to compare

Renamed action in GitHub Marketplace.

v1.4.0

13 Sep 11:53
579711f
Compare
Choose a tag to compare

First release under the gradle/gradle-build-action repository:

#44 Should locate wrapper when build-root-directory is defined
#61 Fail if configuration-cache is enabled without dependencies-cache
#55 Improve caching of downloaded Gradle distributions
#58 Cache Gradle distributions downloaded for a specified version
#22 Action causes '[DEP0005] DeprecationWarning'
Dependency updates

v1.3.3

13 Sep 11:55
Compare
Choose a tag to compare

#26 Fix build scan url scraping.
#24 Fix wrapper cache failing to be restored.
#29 Fix Gradle RC provisioning.
Dependencies upgrade.

v1.3.2

22 Jun 14:52
Compare
Choose a tag to compare

Fix using the action in several steps on Windows agents when dependencies or configuration caching is enabled.

Dependencies upgrade

v1.3.1

15 Jun 17:38
Compare
Choose a tag to compare

Bug fix for wrapper caching on Windows for jobs that runs several Gradle steps with the Gradle daemon enabled.

v1.3.0

15 Jun 14:46
Compare
Choose a tag to compare

Introduces caching of dependencies, disabled by default

v1.2.1

14 Jun 10:48
Compare
Choose a tag to compare

Automatically caches the Gradle wrapper installation, saving some time downloading and unpacking the Gradle distribution.

v1.1.0

14 Jun 10:48
Compare
Choose a tag to compare

Allow to use wrapper as a gradle-version, useful for matrix builds.

Contributed by @musketyr, thank you!

v1.0.2

14 Jun 10:47
Compare
Choose a tag to compare

Fixes relative paths issues when using build-root-directory

v1.0.1

14 Jun 10:47
Compare
Choose a tag to compare

Fixes publication of the build scan URL as a GitHub Action output when the build fails.