Releases: gradle/gradle-build-action
v2.0-rc.1
This initial rc.1
is the same as 2.0-beta.7
, except that a few parameters have been renamed, and a little documentation added.
v2.0-beta.7
- Adds some (experimental) options for fine-tuning the gradle-build-action cache:
- Specify cache-paths to override the default directories cached from Gradle User Home
- Specify cache-exclude-paths to exclude files from the Gradle User Home cache
- Files under caches//kotlin-dsl are now cached as a bundle
- Build scan link is included in failure notice when Gradle build fails
v2.0-beta.6
Fixes warnings issued when cleaning up instrumented-jars cache.
v2.0-beta.5
Fixes Could not load compiled classes for initialization script
(#91) that occurred when the instrumented-jars
cache entry could not be loaded (due to eviction).
v2.0-beta.4
Wait for Kotlin Compiler Daemon to release file locks on Windows
v2.0-beta.3
Fixes build-scan link detection with older versions of the build-scan
plugin. #87
v2.0-beta.2
This release fixes a few issues in v2.0-beta.1
:
- #77 Cache keys for common artifacts are consistent across operating systems
- #30
buildScanPublished
listener is used to ensure Build Scan link is correctly captured - #74 Caching works correctly in the presence of a user-defined
GRADLE_USER_HOME
location
Please give it a spin and let me know how it works for you.
v2.0-beta.1
First beta release of v2.0 of the gradle-build-action
.
This release provides enhanced caching functionality including:
- Restore/save of the local build-cache directory
- Restore/save of generated-gradle-jars
- Much more to be documented before the final release
Please give it a spin!
v1.5.1
Fixes issue where invalid cache keys could be generated if the Gradle arguments list was overly long.