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

fix(deps): update dependency com.android.tools.build:gradle to v8.5.0 #1467

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.android.tools.build:gradle (source) 8.4.1 -> 8.5.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

Copy link
Contributor Author

renovate bot commented Jun 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: library/build.gradle
Command failed: ./gradlew --console=plain --dependency-verification lenient -q --write-verification-metadata sha256,pgp help

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* Where:
Build file '/tmp/renovate/repos/github/nextcloud/android-library/sample_client/build.gradle' line: 22

* What went wrong:
A problem occurred evaluating project ':sample_client'.
> Failed to apply plugin 'com.android.internal.version-check'.
   > Using different versions of the Android Gradle plugin (8.5.0, 8.4.1) in the same build is not allowed.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Build file '/tmp/renovate/repos/github/nextcloud/android-library/sample_client/build.gradle' line: 22

* What went wrong:
A problem occurred evaluating project ':sample_client'.
> Failed to apply plugin 'com.android.internal.version-check'.
   > Using different versions of the Android Gradle plugin (8.5.0, 8.4.1) in the same build is not allowed.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Build file '/tmp/renovate/repos/github/nextcloud/android-library/sample_client/build.gradle' line: 22

* What went wrong:
A problem occurred evaluating project ':sample_client'.
> Failed to apply plugin 'com.android.internal.version-check'.
   > Using different versions of the Android Gradle plugin (8.5.0, 8.4.1) in the same build is not allowed.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================

BUILD FAILED in 5m 21s

@renovate renovate bot added 3. to review dependencies Pull requests that update a dependency file labels Jun 10, 2024
@renovate renovate bot force-pushed the renovate/com.android.tools.build-gradle-8.x branch 3 times, most recently from ad33378 to a0446a0 Compare June 10, 2024 20:54
Copy link
Contributor

SpotBugs

CategoryBaseNew
Bad practice3535
Correctness3434
Dodgy code2626
Internationalization66
Malicious code vulnerability4949
Multithreaded correctness33
Performance88
Total161161

@renovate renovate bot force-pushed the renovate/com.android.tools.build-gradle-8.x branch from a0446a0 to dac2d3e Compare June 13, 2024 19:48
@renovate renovate bot changed the title fix(deps): update dependency com.android.tools.build:gradle to v8.4.2 fix(deps): update dependency com.android.tools.build:gradle to v8.5.0 Jun 13, 2024
@nextcloud nextcloud deleted a comment from github-actions bot Jul 1, 2024
@nextcloud nextcloud deleted a comment from github-actions bot Jul 1, 2024
renovate bot and others added 2 commits July 1, 2024 14:48
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@AndyScherzinger AndyScherzinger force-pushed the renovate/com.android.tools.build-gradle-8.x branch from dac2d3e to ea3a282 Compare July 1, 2024 12:49
Copy link
Contributor Author

renovate bot commented Jul 1, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

github-actions bot commented Jul 1, 2024

SpotBugs

CategoryBaseNew
Bad practice3535
Correctness3434
Dodgy code2626
Internationalization66
Malicious code vulnerability4949
Multithreaded correctness33
Performance88
Total161161

Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.17%. Comparing base (c2355d0) to head (ea3a282).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1467   +/-   ##
=========================================
  Coverage     49.17%   49.17%           
  Complexity     1000     1000           
=========================================
  Files           208      208           
  Lines          7819     7819           
  Branches       1017     1017           
=========================================
  Hits           3845     3845           
  Misses         3420     3420           
  Partials        554      554           

@AndyScherzinger AndyScherzinger merged commit 50ef034 into master Jul 1, 2024
20 checks passed
@AndyScherzinger AndyScherzinger deleted the renovate/com.android.tools.build-gradle-8.x branch July 1, 2024 15:02
@AndyScherzinger AndyScherzinger added this to the NC Android lib 2.20.0 milestone Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant