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

Update gradle/gradle-build-action action to v2.1.0 #15

Merged
merged 1 commit into from Jan 2, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
gradle/gradle-build-action action minor v2.0.1 -> v2.1.0

Release Notes

gradle/gradle-build-action

v2.1.0

Compare Source

Overview

This release brings a major improvement in usability, allowing the action to be used to "setup Gradle" without requiring all Gradle invocations to be managed by the action.

jobs:
  build-my-app:
    steps:
    - uses: actions/checkout@v2
    - name: Setup Gradle
      uses: gradle/gradle-build-action@v2
    - name: Execute Gradle build
      run: ./gradlew build

Any Gradle invocation after the first gradle-build-action step will benefit from caching and build-scan capture just as if it was invoked through a subsequent gradle-build-action. This is achieved via init scripts added when initializing/restoring the Gradle User Home.

This change makes it easier to adopt the gradle-build-action into an existing GitHub Actions workflow and enables usages such as:

  • Redirect all Gradle log output to a file #​72
  • Run a script to configure the environment prior to Gradle invocation #​15
  • Capture Gradle output for use in a subsequent step #​112
Usability improvements
  • Can use regular run step to invoke Gradle and still benefit from Gradle User Home caching as well as build-scan integration.
Caching improvements
  • Wrapper distributions and generated API jars are now cached individually, allowing for better reuse and more efficient storage: #​78
  • Java distributions downloaded by Gradle are cached: #​33

Changes in detail

Full Changelog: gradle/gradle-build-action@v2.0.0...v2.1.0


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
| github-tags | gradle/gradle-build-action | v2.0.1 | v2.1.0 |
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 85b4769 to 86ea147 Compare January 2, 2022 13:26
@JavierSegoviaCordoba JavierSegoviaCordoba merged commit ce2cff9 into main Jan 2, 2022
@JavierSegoviaCordoba JavierSegoviaCordoba deleted the renovate/gradle-gradle-build-action-2.x branch January 2, 2022 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants