Releases: gradle/gradle-build-action
v1.4.1
Renamed action in GitHub Marketplace.
v1.4.0
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
v1.3.2
Fix using the action in several steps on Windows agents when dependencies or configuration caching is enabled.
Dependencies upgrade
v1.3.1
Bug fix for wrapper caching on Windows for jobs that runs several Gradle steps with the Gradle daemon enabled.
v1.3.0
Introduces caching of dependencies, disabled by default
v1.2.1
Automatically caches the Gradle wrapper installation, saving some time downloading and unpacking the Gradle distribution.
v1.1.0
Allow to use wrapper
as a gradle-version
, useful for matrix builds.
Contributed by @musketyr, thank you!
v1.0.2
Fixes relative paths issues when using build-root-directory
v1.0.1
Fixes publication of the build scan URL as a GitHub Action output when the build fails.