gradle-build-action

Execute your Gradle build and trigger dependency submission

MIT License

Stars
648
Committers
25

Bot releases are hidden (Show)

gradle-build-action - v2.0-rc.1

Published by bigdaz almost 3 years ago

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.

gradle-build-action - v2.0-beta.7

Published by bigdaz almost 3 years ago

  • 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
gradle-build-action - v2.0-beta.6

Published by bigdaz about 3 years ago

Fixes warnings issued when cleaning up instrumented-jars cache.

gradle-build-action - v2.0-beta.5

Published by bigdaz about 3 years ago

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).

gradle-build-action - v2.0-beta.4

Published by bigdaz about 3 years ago

Wait for Kotlin Compiler Daemon to release file locks on Windows

gradle-build-action - v2.0-beta.3

Published by bigdaz about 3 years ago

Fixes build-scan link detection with older versions of the build-scan plugin. #87

gradle-build-action - v2.0-beta.2

Published by bigdaz about 3 years ago

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.

gradle-build-action - v2.0-beta.1

Published by bigdaz about 3 years ago

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!

gradle-build-action - v1.5.1

Published by bigdaz about 3 years ago

Fixes issue where invalid cache keys could be generated if the Gradle arguments list was overly long.

gradle-build-action - v1.5.0

Published by bigdaz about 3 years ago

Caching improvements:
#62 Allow caches to be enabled as "read-only"
#68 Include Gradle invocation arguments in cache keys

gradle-build-action - v1.4.1

Published by bigdaz about 3 years ago

Renamed action in GitHub Marketplace.

gradle-build-action - v1.3.3

Published by eskatos about 4 years ago

https://github.com/eskatos/gradle-command-action/issues/26 Fix build scan url scraping.
https://github.com/eskatos/gradle-command-action/issues/24 Fix wrapper cache failing to be restored.
https://github.com/eskatos/gradle-command-action/issues/29 Fix Gradle RC provisioning.
Dependencies upgrade.

gradle-build-action -

Published by eskatos about 4 years ago

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

gradle-build-action - v1.3.2

Published by eskatos over 4 years ago

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

Dependencies upgrade

gradle-build-action - v1.3.1

Published by eskatos over 4 years ago

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

gradle-build-action - v1.3.0

Published by eskatos over 4 years ago

Introduces caching of dependencies, disabled by default

gradle-build-action - v1.2.1

Published by eskatos over 4 years ago

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

gradle-build-action - v1.1.0

Published by eskatos over 4 years ago

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

Contributed by @musketyr, thank you!

gradle-build-action - v1.0.2

Published by eskatos over 4 years ago

Fixes relative paths issues when using build-root-directory

gradle-build-action - v1.0.1

Published by eskatos over 4 years ago

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