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 all dependencies #2617

Merged
merged 1 commit into from Jan 3, 2022
Merged

Update all dependencies #2617

merged 1 commit into from Jan 3, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 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
org.jetbrains.dokka plugin patch 1.6.0 -> 1.6.10
org.assertj:assertj-core (source) minor 3.21.0 -> 3.22.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

Kotlin/dokka

v1.6.10

Changes

Bugfixes

Maintenance


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from a2b4686 to 79d2037 Compare December 30, 2021 22:26
@renovate renovate bot changed the title Update plugin dokka to v1.6.10 Update all dependencies Dec 31, 2021
| 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 |
| maven       | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.6.0  | 1.6.10 |
| maven       | org.assertj:assertj-core                              | 3.21.0 | 3.22.0 |
@nomisRev nomisRev merged commit 1ab255e into main Jan 3, 2022
@nomisRev nomisRev deleted the renovate/all branch January 3, 2022 08:25
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