Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update gradle to v8.14.3#186

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrenovate/gradle-8.x

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedFeb 3, 2024
edited
Loading

This PR contains the following updates:

PackageUpdateChange
gradle (source)minor8.5 ->8.14.3

Release Notes

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

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

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

v8.14.2

Compare Source

v8.14.1: 8.14.1

Compare Source

The Gradle team is excited to announce Gradle 8.14.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.14.1 && ./gradlew wrapper

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

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

v8.14

Compare Source

v8.13

Compare Source

v8.12.1: 8.12.1

Compare Source

The Gradle team is excited to announce Gradle 8.12.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.12.1

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

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

v8.12: 8.12

Compare Source

The Gradle team is excited to announce Gradle 8.12.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.12

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

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

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 Gradle8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

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 Gradle8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

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 Gradle8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

v8.10.1: 8.10.1

Compare Source

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

It fixes the following issues:

  • #​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.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.1

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

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

v8.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10

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

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

v8.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.9

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

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Denes Daniel,
Fabian Windheuser,
Hélio Fernandes Sebastião,
Jay Wei,
jhrom,
jwp345,
Jörgen Andersson,
Kirill Gavrilov,
MajesticMagikarpKing,
Maksim Lazeba,
Philip Wedemann,
Robert Elliot,
Róbert Papp,
Stefan M.,
Tibor Vyletel,
Tony Robalik,
Valentin Kulesh,
Yanming Zhou,
김용후

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.8

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

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

v8.7: 8.7

Compare Source

The Gradle team is excited to announce Gradle 8.7.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aleksandr Postnov,
Björn Kautler,
Brice Dutheil,
Denis Buzmakov,
Federico La Penna,
Gregor Dschung,
Hal Deadman,
Hélio Fernandes Sebastião,
Ivan Gavrilovic,
Jendrik Johannes,
Jörgen Andersson,
Marie,
pandaninjas,
Philip Wedemann,
Ryan Schmitt,
Steffen Yount,
Tyler Kinkade,
Zed Spencer-Milnes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.7

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

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.

v8.6: 8.6

Compare Source

The Gradle team is excited to announce Gradle 8.6.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Baptiste Decroix,
Björn Kautler,
Daniel Lacasse,
Danny Thomas,
Hyeonmin Park,
jeffalder,
Jendrik Johannes,
John Jiang,
Kaiyao Ke,
Kevin Mark,
king-tyler,
Marcin Dąbrowski,
Marcin Laskowski,
Markus Gaisbauer,
Mel Arthurs,
Ryan Schmitt,
Surya K N,
Vladislav Golubtsov,
Yanshun Li,
Andrzej Ressel

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.6

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

For Java, Groovy, Kotlin and Android compatibility, see thefull compatibility notes.

Reporting problems

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

We hope you will build happiness with Gradle, and we look forward to your feedback viaTwitter or onGitHub.


Configuration

📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦Automerge: Enabled.

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 byMend Renovate. View therepository job log.

@sonarqubecloud
Copy link

Quality Gate PassedQuality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@codecov
Copy link

codecovbot commentedFeb 3, 2024
edited
Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.85%. Comparing base(11fbecc) to head(66fdfae).

Current head66fdfae differs from pull request most recent head149bb13

Pleaseupload reports for the commit149bb13 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@##               main     #186   +/-   ##=========================================  Coverage     33.85%   33.85%             Complexity       15       15           =========================================  Files            22       22             Lines           381      381             Branches         39       39           =========================================  Hits            129      129             Misses          243      243             Partials          9        9

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

@renovaterenovatebotforce-pushed therenovate/gradle-8.x branch from17d3828 to66fdfaeCompareMarch 23, 2024 16:47
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.6chore(deps): update dependency gradle to v8.7Mar 23, 2024
@sonarqubecloud
Copy link

Quality Gate PassedQuality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovaterenovatebotforce-pushed therenovate/gradle-8.x branch from66fdfae to149bb13CompareJune 2, 2024 00:16
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.7chore(deps): update dependency gradle to v8.8Jun 2, 2024
@sonarqubecloud
Copy link

Quality Gate PassedQuality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovaterenovatebotforce-pushed therenovate/gradle-8.x branch from149bb13 to358ff9bCompareJuly 12, 2024 15:30
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.8chore(deps): update dependency gradle to v8.9Jul 12, 2024
@sonarqubecloud
Copy link

@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.9chore(deps): update dependency gradle to v8.10Aug 15, 2024
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.10chore(deps): update dependency gradle to v8.10.1Sep 10, 2024
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.10.1chore(deps): update dependency gradle to v8.10.2Sep 24, 2024
@sonarqubecloud
Copy link

@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.10.2chore(deps): update dependency gradle to v8.11Nov 12, 2024
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.11chore(deps): update dependency gradle to v8.11.1Nov 21, 2024
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.11.1chore(deps): update dependency gradle to v8.12Dec 21, 2024
@sonarqubecloud
Copy link

@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.12chore(deps): update dependency gradle to v8.12.1Jan 25, 2025
@sonarqubecloud
Copy link

@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.12.1chore(deps): update dependency gradle to v8.13Feb 26, 2025
@sonarqubecloud
Copy link

@renovaterenovatebotforce-pushed therenovate/gradle-8.x branch from775af61 to74bcbc8CompareApril 26, 2025 11:02
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.13chore(deps): update dependency gradle to v8.14Apr 26, 2025
@renovaterenovatebotforce-pushed therenovate/gradle-8.x branch from74bcbc8 to35fe487CompareMay 23, 2025 15:49
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.14chore(deps): update dependency gradle to v8.14.1May 23, 2025
@renovaterenovatebotforce-pushed therenovate/gradle-8.x branch from35fe487 to4c813fbCompareJune 6, 2025 21:01
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.14.1chore(deps): update dependency gradle to v8.14.2Jun 6, 2025
@renovaterenovatebotforce-pushed therenovate/gradle-8.x branch from4c813fb to596a1eaCompareJuly 5, 2025 16:32
@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.14.2chore(deps): update dependency gradle to v8.14.3Jul 5, 2025
@sonarqubecloud
Copy link

@renovaterenovatebot changed the titlechore(deps): update dependency gradle to v8.14.3chore(deps): update gradle to v8.14.3Sep 19, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp