Bump gradle-wrapper from 8.11 to 9.4.1#332
Conversation
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 8.11 to 9.4.1. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v8.11.0...v9.4.1) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Gradle9 sees some in-use methods being removed. Moving to Gradle9 build would require either invoking methods via reflect (ugly) or dropping support for some older versions of Gradle, specifically, it looks like the oldest Gradle the plugin would support would change from 5.1 to 7.1. This would be a breaking change, requiring a major version bump. It's worth noting that the 2.0.0 release was supposed to move the plugin to requiring Java 17, but that doesn't seem to be the case. Target Java version is still 11. Many libraries are moving to having Java 17 as a minimum and being on Java 11 is already starting to mean some dependency can't, or are a pain, to update. A 3.0.0 release could move to Java 17 and a Gradle 9 build, with oldest supported Gradle version of 7.1 I'd appreciate thoughts from the community on this. |
|
Superseded by #343. |
Bumps gradle-wrapper from 8.11 to 9.4.1.
Release notes
Sourced from gradle-wrapper's releases.
... (truncated)
Commits
2d63270Ignore test (#37180)4c15906Ignore test9759ac1Make console/SIGINT test deterministic (#37178)aaf6ed4Make console/SIGINT test deterministic47cb783Fix OSC 9;4 progress bar not cleared on SIGINT (#37038)ef03f1dFix order-dependent assertion in CrossBuildScriptCachingIntegrationSpecfd26fd3Fix OSC 9;4 taskbar progress bar not cleared on build end or SIGINT0a84d67Release notes for 9.4.1 (#37148)e569c31cleanup9f227decleanupDependabot 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)