You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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.
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 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
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update dependency gradle to v8.13
chore(deps): update dependency gradle to v8.14
Apr 25, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update dependency gradle to v8.14.3
chore(deps): update gradle to v8.14.3
Sep 8, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.12.1→8.14.4Release Notes
gradle/gradle (gradle)
v8.14.4Compare Source
v8.14.3: 8.14.3Compare 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:
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:
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.14.2: 8.14.2Compare Source
The Gradle team is excited to announce Gradle 8.14.2.
Here are the highlights of this release:
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.2 by updating your wrapper:
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.14.1: 8.14.1Compare 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:
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.14: 8.14Compare Source
The Gradle team is excited to announce Gradle 8.14.
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 by updating your wrapper:
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.13: 8.13Compare Source
The Gradle team is excited to announce Gradle 8.13.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Adam,
Ahmad Al-Masry,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Jorge Matamoros,
Lei Zhu,
Madalin Valceleanu,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Roberto Perez Alcolea,
Róbert Papp,
Semyon Gaschenko,
Shi Chen,
Stefan M.,
Steven Schoen,
tg-freigmbh,
TheGoesen,
Tony Robalik,
Zongle Wang.
Upgrade instructions
Switch your build to use Gradle 8.13 by updating your wrapper:
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.