Skip to content

Update Gradle to v9#91

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/gradle-9.x
Open

Update Gradle to v9#91
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/gradle-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 1, 2025

This PR contains the following updates:

Package Update Change
gradle (source) major 8.14.49.4.1

Release Notes

gradle/gradle (gradle)

v9.4.1

Compare Source

v9.4.0

Compare Source

v9.3.1: 9.3.1

Compare Source

This is a patch release for 9.3.0. We recommend using 9.3.1 instead of 9.3.0.

The following issues were resolved:

Read the Release Notes

Upgrade instructions

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

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

See the Gradle 9.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.

v9.3.0

Compare Source

v9.2.1: 9.2.1

Compare Source

The Gradle team is excited to announce Gradle 9.2.1.

Here are the highlights of this release:

  • Windows ARM support
  • Improved publishing APIs
  • Better guidance for dependency verification failures

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Björn Kautler,
hasunzo,
HYEON,
Hyunjoon Park,
HYUNJUN SON,
Jendrik Johannes,
Kirill Gavrilov,
Madalin Valceleanu,
Martin Bonnin,
Matthew Haughton,
Mikhail Polivakha,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Róbert Papp,
Simon Marquis,
TheGoesen,
Vincent Potucek,
Xin Wang.

Upgrade instructions

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

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

See the Gradle 9.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.

v9.2.0

Compare Source

v9.1.0: 9.1.0

Compare Source

The Gradle team is excited to announce Gradle 9.1.0.

Here are the highlights of this release:

  • Full Java 25 support
  • Native task graph visualization
  • Enhanced console output

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Eng Zer Jun,
EunHyunsu,
Gaëtan Muller,
HeeChul Yang,
Jendrik Johannes,
Johnny Lim,
Junho Lee,
Kirill Gavrilov,
Matthew Haughton,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Pradyumna C,
r-a-sattarov,
Ryszard Perkowski,
Sebastian Schuberth,
SebastianHeil,
Staffan Al-Kadhimi,
winfriedgerlach,
Xin Wang.

Upgrade instructions

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

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

See the Gradle 9.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.

v9.0.0: 9.0.0

Compare Source

The Gradle team is excited to announce Gradle 9.0.0.

Here are the highlights of this release:

  • Configuration Cache is the recommended execution mode
  • Gradle requires JVM 17 or higher to run
  • Build scripts use Kotlin 2.2 and Groovy 4.0
  • Improved Kotlin DSL script compilation avoidance

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aaron Matthis,
Adam E,
Adam S,
Björn Kautler,
Daniel Lacasse,
Eng Zer Jun,
EunHyunsu,
FlorianMichael,
Francisco Prieto,
Gaëtan Muller,
Jake Wharton,
Kengo TODA,
Kent Kaseda,
Madalin Valceleanu,
Marc Philipp,
Mark S. Lewis,
Matthew Haughton,
Mycroft Wong,
Na Minhyeok,
Nelson Osacky,
Olivier "Oli" Dagenais,
ploober,
Radai Rosenblatt,
Róbert Papp,
Sebastian Schuberth,
Victor Merkulov.

Upgrade instructions

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

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

See the Gradle 9.0.0 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 - "after 7am and before 11am every weekday" in timezone Europe/London, 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 by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Aug 1, 2025
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from 2678caf to 4ff6344 Compare August 12, 2025 15:47
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 4 times, most recently from 0f8206d to ad99ea8 Compare August 25, 2025 15:38
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 2 times, most recently from 60561c0 to 5089960 Compare September 5, 2025 15:10
@renovate renovate bot changed the title Update dependency gradle to v9 Update Gradle to v9 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from 5089960 to 41ecb08 Compare September 9, 2025 11:34
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from 41ecb08 to 5a9f6ec Compare September 18, 2025 16:48
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 9 times, most recently from 901628d to b87f871 Compare October 20, 2025 13:08
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 3 times, most recently from 6ec55ff to 59767f3 Compare October 29, 2025 20:17
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 2 times, most recently from 41f7ed8 to df1d810 Compare November 10, 2025 12:07
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 2 times, most recently from 83d359f to 8f5196e Compare November 18, 2025 04:12
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from 8f5196e to 22ba949 Compare December 2, 2025 12:09
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from f88620f to 97ac0fd Compare December 5, 2025 18:54
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 3 times, most recently from 85e4433 to f17c60a Compare December 18, 2025 15:50
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 6 times, most recently from 1fe1a58 to a51dbb0 Compare January 9, 2026 12:46
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 2 times, most recently from 0ee2516 to af3d5ab Compare January 19, 2026 18:04
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 5 times, most recently from a9c70c7 to 182b684 Compare February 2, 2026 11:32
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 2 times, most recently from 81e94b7 to 148116f Compare February 12, 2026 21:09
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 3 times, most recently from d918243 to 96febae Compare February 20, 2026 15:48
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 3 times, most recently from 86c4ba2 to 194d167 Compare March 5, 2026 12:06
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 2 times, most recently from bc066b7 to b4429ce Compare March 23, 2026 11:47
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from b4429ce to 1f60503 Compare March 27, 2026 12:09
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from 1f60503 to f04799a Compare March 30, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants