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.
When publishing to Maven Central, redundant checksum files are now excluded by default: checksums of .asc
signature files (gradle/gradle#20232) and the sha256/sha512
checksums, which are never read by Gradle or Maven Central. The published checksums can be configured through checksums(...) in the DSL or the mavenCentralChecksums Gradle property (default md5,sha1). Signature checksum
exclusion can be controlled through excludeSignatureChecksums() or the mavenCentralExcludeSignatureChecksums
Gradle property.
Maven Central deployment id is being logged after upload.
make check-all passes with BUILD SUCCESSFUL — all 27 tasks executed cleanly (tests, API checks, coverage verification).
Summary:
Checked: All 8 files with dependency updates (actions/checkout v6→v7, Gradle 9.5.1→9.6.1, renovatebot/github-action v46.1.15→v46.1.17, gradle-maven-publish-plugin 0.36.0→0.37.0, NullAway 0.13.6→0.13.7, junit-bom 6.1.0→6.1.1).
Fixed: Nothing needed — build, compilation, tests, and all checks pass.
make check-all: Passes.
There are deprecation warnings from Gradle 9.6.1 (e.g., ExistingDomainObjectDelegate.getValue), but these are pre-existing and fixing them would be an unrelated refactor outside the scope of this dependency maintenance PR.
make check-all passes with BUILD SUCCESSFUL — all 27 tasks executed cleanly (tests, API checks, coverage verification).
Summary:
Checked: All 8 files with dependency updates are correct and consistent.
Fixed: Nothing — build, compilation, tests, and all checks pass on this branch.
make check-all: Passes.
The deprecation warnings from Gradle 9.6.1 (ExistingDomainObjectDelegate.getValue, etc.) are pre-existing in the build scripts and fixing them would be an unrelated refactor outside the scope of this dependency maintenance PR.
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:
v6→v79.5.1→9.6.1v46.1.15→v46.1.18v46.1.196.1.0→6.1.16.1.20.36.0→0.37.00.13.6→0.13.7Release Notes
actions/checkout (actions/checkout)
v7.0.0Compare Source
v7Compare Source
gradle/gradle (gradle)
v9.6.1: 9.6.1Compare Source
The Gradle team is excited to announce Gradle 9.6.1.
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:
Aharnish Solanki,
Benedikt Johannes,
Devendra Reddy Pennabadi,
Dmytro Rodionov,
Dreeam,
Elías Hernández Rodríguez,
Eng Zer Jun,
FinlayRJW,
Kamal Kansal,
Marcono1234,
Nelson Osacky,
Philip Wedemann,
Ravi,
Roberto Perez Alcolea,
Ryan Schmitt,
Sebastian Schuberth,
seunghun.ham,
sk-reddy17,
Suvrat Acharya,
Vedant Madane.
Upgrade instructions
Switch your build to use Gradle 9.6.1 by updating your 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.6.0: 9.6.0Compare Source
The Gradle team is excited to announce Gradle 9.6.0.
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:
Aharnish Solanki,
Benedikt Johannes,
Devendra Reddy Pennabadi,
Dmytro Rodionov,
Dreeam,
Elías Hernández Rodríguez,
Eng Zer Jun,
FinlayRJW,
Kamal Kansal,
Marcono1234,
Nelson Osacky,
Philip Wedemann,
Ravi,
Roberto Perez Alcolea,
Ryan Schmitt,
Sebastian Schuberth,
seunghun.ham,
sk-reddy17,
Suvrat Acharya,
Vedant Madane.
Upgrade instructions
Switch your build to use Gradle 9.6.0 by updating your 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.
renovatebot/github-action (renovatebot/github-action)
v46.1.18Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v46.1.17Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v46.1.16Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
vanniktech/gradle-maven-publish-plugin (com.vanniktech:gradle-maven-publish-plugin)
v0.37.0Compare Source
.ascsignature files (gradle/gradle#20232) and the
sha256/sha512checksums, which are never read by Gradle or Maven Central. The published checksums can be configured through
checksums(...)in the DSL or themavenCentralChecksumsGradle property (defaultmd5,sha1). Signature checksumexclusion can be controlled through
excludeSignatureChecksums()or themavenCentralExcludeSignatureChecksumsGradle property.
Minimum supported versions
Compatibility tested up to
uber/NullAway (com.uber.nullaway:nullaway)
v0.13.7This is a minor bug fix release addressing a couple of issues observed in 0.13.6.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.