Skip to content

Update Gradle to v9.6.0#2051

Merged
Goooler merged 6 commits into
mainfrom
renovate/gradle-9.x
Jun 19, 2026
Merged

Update Gradle to v9.6.0#2051
Goooler merged 6 commits into
mainfrom
renovate/gradle-9.x

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
gradle (source) minor 9.5.19.6.0

Release Notes

gradle/gradle (gradle)

v9.6.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 19, 2026
@Goooler

Goooler commented Jun 19, 2026

Copy link
Copy Markdown
Member

@renovate

renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s Gradle wrapper to 9.6.0 and aligns build/test infrastructure and documentation snippets with Gradle 9.6 / Kotlin DSL patterns, including enabling the new NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS feature preview.

Changes:

  • Bump Gradle Wrapper from 9.5.1 to 9.6.0.
  • Enable NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS in the main build and conditionally enable it in TestKit-generated settings for test runs on Gradle ≥ 9.6.0.
  • Refresh Kotlin DSL examples and build script configuration to use register(...) / getByName(...) style APIs.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/testKit/kotlin/com/github/jengelman/gradle/plugins/shadow/testkit/GradleRunner.kt Adds Gradle-version-gated feature preview injection helper for TestKit builds.
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/BasePluginTest.kt Injects the conditional feature preview line into generated settings scripts for functional tests.
src/documentTest/kotlin/com/github/jengelman/gradle/plugins/shadow/snippet/SnippetExecutable.kt Injects the conditional feature preview line into settings used for executing documentation snippets.
settings.gradle.kts Enables NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS for the main build.
gradle/wrapper/gradle-wrapper.properties Updates wrapper distribution to Gradle 9.6.0.
build.gradle.kts Refactors configuration/sourceSet declarations and wiring to use registered providers (register/named).
docs/publishing/README.md Updates Kotlin DSL snippet to use tasks.register<...>(\"...\").
docs/kotlin-plugins/README.md Updates Kotlin Multiplatform sourceSets snippet to use getByName(...).
docs/custom-tasks/README.md Updates Kotlin DSL snippets to use tasks.register<...>(\"...\").
docs/configuration/README.md Updates Kotlin DSL snippet to use tasks.register<...>(\"...\") and get().
docs/configuration/dependencies/README.md Updates Kotlin DSL snippet to use configurations.create(\"...\").

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Goooler Goooler enabled auto-merge (squash) June 19, 2026 08:27
@Goooler Goooler merged commit ab80a32 into main Jun 19, 2026
8 checks passed
@Goooler Goooler deleted the renovate/gradle-9.x branch June 19, 2026 08:39
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants