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): update dependency gradle to v8 #501

Merged
merged 6 commits into from
Feb 22, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
gradle (source) major 7.6 -> 8.0.1

Release Notes

gradle/gradle

v8.0.1: 8.0.1

This is a patch release for 8.0. We recommend using 8.0.1 instead of 8.0.

It fixes the following issues:

  • #​21551 - Document integration of Scala plugin with toolchains and problems with target flag
  • #​23888 - --no-rebuild suddenly gone without new deprecation cycle and without the reason for its undeprecation being void
  • #​23905 - Gradle 8.0 fails Scala build with isBlank not found in String class error

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 8.0.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.0.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.0.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

@github-actions
Copy link

github-actions bot commented Feb 20, 2023

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

245 tests  ±0   221 ✔️ ±0   12m 16s ⏱️ + 1m 8s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit a842672. ± Comparison against base commit 4b10c24.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Feb 20, 2023

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

245 tests  ±0   221 ✔️ ±0   20m 49s ⏱️ + 3m 36s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit a842672. ± Comparison against base commit 4b10c24.

♻️ This comment has been updated with latest results.

@nulls nulls requested a review from petertrr February 20, 2023 08:55
@nulls nulls self-assigned this Feb 20, 2023
### What's done:
* Fix
@renovate
Copy link
Contributor Author

renovate bot commented Feb 20, 2023

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.

@kgevorkyan
Copy link
Member

sonatype is still dead, need to rerun later

@petertrr
Copy link
Member

sonatype is still dead, need to rerun later

https://status.maven.org/

@github-actions
Copy link

github-actions bot commented Feb 20, 2023

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

245 tests  ±0   221 ✔️ ±0   11m 49s ⏱️ -13s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit a842672. ± Comparison against base commit 4b10c24.

♻️ This comment has been updated with latest results.

### What's done:
* WIP
### What's done:
* WIP
save-core/build.gradle.kts Fixed Show fixed Hide fixed
save-core/build.gradle.kts Fixed Show fixed Hide fixed
@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

Merging #501 (524bcb0) into main (c520f6b) will decrease coverage by 0.44%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##               main     #501      +/-   ##
============================================
- Coverage     47.70%   47.27%   -0.44%     
  Complexity      159      159              
============================================
  Files            53       53              
  Lines          1855     1872      +17     
  Branches        316      318       +2     
============================================
  Hits            885      885              
- Misses          838      855      +17     
  Partials        132      132              
Flag Coverage Δ
unittests 47.27% <0.00%> (-0.44%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...tlin/com/saveourtool/save/plugins/fix/FixPlugin.kt 54.88% <0.00%> (-4.72%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

### What's done:
* diktat
@kgevorkyan kgevorkyan enabled auto-merge (squash) February 22, 2023 09:05
@kgevorkyan kgevorkyan merged commit f284ba6 into main Feb 22, 2023
@kgevorkyan kgevorkyan deleted the renovate/gradle-8.x branch February 22, 2023 09:25
@kgevorkyan
Copy link
Member

hm, one more problem while creating a shanpshot @petertrr

image

@petertrr
Copy link
Member

hm, one more problem while creating a shanpshot

I think that's because we have a single Javadoc-producing task ("dokkaJar", even though it's still a placeholder and we don't actually use dokka plugin) and its output is being used for all publications. Probably can be resolved by using Providers as well

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.

3 participants