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.12 #1860

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Update Change
gradle (source) minor 8.10.1 -> 8.12

Release Notes

gradle/gradle (gradle)

v8.12

Compare Source

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11.1

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

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11

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

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.2

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

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file patch labels Sep 23, 2024
@growse growse enabled auto-merge September 24, 2024 08:01
@growse growse closed this Sep 24, 2024
auto-merge was automatically disabled September 24, 2024 08:01

Pull request was closed

@growse growse deleted the renovate/gradle-8.x branch September 24, 2024 08:01
@growse growse restored the renovate/gradle-8.x branch September 24, 2024 08:01
Copy link
Contributor Author

renovate bot commented Sep 24, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (8.10.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/gradle-8.x branch September 24, 2024 08:02
@growse growse restored the renovate/gradle-8.x branch September 24, 2024 08:03
@growse growse reopened this Sep 24, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 2 times, most recently from 448f84f to 697f187 Compare September 24, 2024 08:11
Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.79%. Comparing base (dc28074) to head (0fd6a86).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1860      +/-   ##
============================================
- Coverage     71.03%   69.79%   -1.24%     
+ Complexity     1330     1300      -30     
============================================
  Files           183      183              
  Lines          7678     7678              
  Branches       1008     1008              
============================================
- Hits           5454     5359      -95     
- Misses         1546     1633      +87     
- Partials        678      686       +8     
Flag Coverage Δ
uitests 67.42% <ø> (-1.26%) ⬇️
unittests 15.81% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/gradle-8.x branch 3 times, most recently from 6c2cc92 to 7a2229a Compare October 2, 2024 22:55
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 5 times, most recently from bd61fda to cc6e613 Compare October 5, 2024 19:22
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 6 times, most recently from b24eb7f to 85814b4 Compare October 9, 2024 17:20
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 85814b4 to 95ec310 Compare October 13, 2024 14:11
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 3 times, most recently from c33cb8f to 3c6c875 Compare November 2, 2024 21:05
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 3 times, most recently from c48125c to e156c03 Compare November 11, 2024 16:40
@renovate renovate bot added minor and removed patch labels Nov 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency gradle to v8.10.2 chore(deps): update dependency gradle to v8.11 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 4 times, most recently from a21c90b to 2963ed9 Compare November 13, 2024 17:46
@renovate renovate bot changed the title chore(deps): update dependency gradle to v8.11 chore(deps): update dependency gradle to v8.11.1 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 2 times, most recently from 8b4a3b0 to 391faed Compare November 20, 2024 19:43
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 2 times, most recently from 0d42931 to 3ade903 Compare November 30, 2024 13:46
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 3 times, most recently from a7e23c4 to f911a5f Compare December 11, 2024 21:30
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 3 times, most recently from 3abf74c to e65ace6 Compare December 18, 2024 21:32
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from e65ace6 to 3aebc66 Compare December 20, 2024 19:41
@renovate renovate bot changed the title chore(deps): update dependency gradle to v8.11.1 chore(deps): update dependency gradle to v8.12 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 3aebc66 to 0fd6a86 Compare December 22, 2024 09:12
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 minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant