chore(deps): bump gradle-wrapper from 8.10.2 to 9.6.1 - #18
chore(deps): bump gradle-wrapper from 8.10.2 to 9.6.1#18dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 8.10.2 to 9.6.1. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v8.10.2...v9.6.1) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
#26) Dependabot proposed these as #17 and #18 and neither can merge alone. They require each other: #17 plugin 2.18.1 on Gradle 8.10.2 > IntelliJ Platform Gradle Plugin requires Gradle 9.0.0 and higher #18 Gradle 9.6.1 on plugin 2.1.0 > Adding a provider of configurations directly to the configuration container is not allowed (plugin/build.gradle.kts:50) Together they build. Also folds in #23 (setup-java v4 -> v5), which conflicted after the other action bumps landed, and the assertj patch that travelled with #17. The plugin bump changes the pluginVerification DSL. `ide(...)` is gone and the replacement is `create(type, version)`: - ide("IC-2024.2.5") + create(IntelliJPlatformType.IntellijIdeaCommunity, "2024.2.5") Worth recording why that matters beyond the rename. On 2.1.0 the string form worked while the typed overload accepted its arguments and then scheduled no verification at all — a green run that checked one IDE while appearing to check two, which is what the report-count assertion in ci.yml was added to catch. 2.18.1 removes ide() outright, so the same mistake is now a compile error. The assertion stays anyway; it guards the count, not the spelling, and its grep moves to the new call. Verified locally on Gradle 9.6.1: build, verifyPluginProjectConfiguration and verifyPluginStructure pass, and the Verifier still schedules both IDEs — Scheduled verifications (2): IC-242.24807.4 -> Compatible IC-243.26053.27 -> Compatible
|
Superseded by #26, which lands this together with what it needs. On its own this could not build — #17 and #18 require each other (Gradle 9 rejects an API plugin 2.1.0 uses), so merging either alone would have broken main. #26 carries all three, plus the Verified on Gradle 9.6.1 — the Plugin Verifier still schedules both IDEs and both report Compatible. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps gradle-wrapper from 8.10.2 to 9.6.1.
Release notes
Sourced from gradle-wrapper's releases.
... (truncated)
Commits
309d128Update fixed issues in release notes for 9.6.1 (#38328)040a978Update fixed issues in release notes for 9.6.1e0b8325Restore --non-interactive flag instead of --interactive/--no-interactive (#38...946f3e6Limit explicit temp file permission setting to intended use case (#38300)65f8224Restore --non-interactive flag instead of --interactive/--no-interactivee346a5eAdjust CLI flag to configure non-interactive console (#38301)9b53be9Adjust CLI flag to configure non-interactive console0dd3b53Limit explicit temp file permission setting to intended use case48e5ac2Add reproducers25598fdPrepare 9.6.1 patch release (#38293)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)