Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump eskatos/gradle-command-action from 1 to 2 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 5, 2023

Bumps eskatos/gradle-command-action from 1 to 2.

Release notes

Sourced from eskatos/gradle-command-action's releases.

v2.0.0

This is the initial release of gradle-build-action@v2, which brings significant performance and usability improvements over v1. A few key improvements are outlined here, but see the project README for more details.

Thanks for trying it out!

Usability improvements:

The gradle-build-action has been redesigned from the ground up to work well with minimal configuration, avoiding the need for most users to tweak multiple configuration options to benefit.

Highlights:

  • Simplified and improved configuration options, with better support for more Gradle builds "out of the box".
  • More robust capture of Build Scan™ links, which are now added directly as Notice annotations to your workflow run.
  • Support for multi-line arguments in workflow definitions.

Performance improvements:

A key benefit of gradle-build-action over other solutions is the sophisticated support for saving and restoring relevant Gradle state between build invocations. This caching support speeds up build invocations and is designed to work in most scenarios without further tweaking.

Highlights:

  • Support for caching of more state between Gradle invocations, including compiled build scripts and generated Gradle API jars as well as downloaded dependencies and Gradle distributions.
  • Common files such as downloaded dependencies and wrapper distributions are cached in a more efficient manner, with the goal to cut cache-entry size and reduce eviction pressure.
  • Detailed reporting of cache usage and cache configuration options allow you to optimize the use of the GitHub actions cache.

v2.0-rc.2

Adds a useful report outlining cache entries restored/saved, and fixes a few issues found in v2.0-rc.1.

  • All dependency files are not included in dependencies cache bundle, instead of just .jar files (#100)
  • gradle-home-cache-includes and gradle-home-cache-excludes are now multi-line inputs (#106)
  • Only restore configuration-cache state when all of Gradle User Home is restored (#107)
  • Report on cache entry keys and sizes in post-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

... (truncated)

Commits
  • ef76a97 Simplify GE-inject config params (#863)
  • 98d7795 Bump the npm-dependencies group with 1 update
  • 3122f2c Mention GE authentication with GE injection
  • 53c4cf6 Merge pull request #861 from gradle/dd/dependency-updates
  • f2d7085 Add octokit to dependabot ignores
  • 9124f04 Bump the npm-dependencies group with 3 updates
  • c304f92 Bump the github-actions group with 1 update
  • e3426b1 Merge pull request #857 from gradle/dd/inject-ge
  • d79398d Add docs for GE injection
  • b9cd1d9 Build outputs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 1 to 2.
- [Release notes](https://github.com/eskatos/gradle-command-action/releases)
- [Commits](gradle/gradle-build-action@v1...v2)

---
updated-dependencies:
- dependency-name: eskatos/gradle-command-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants