Bump gradle-wrapper from 9.5.1 to 9.7.0 - #4504
Conversation
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.5.1 to 9.7.0. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.5.1...v9.7.0) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
There are some deprecation warnings from the upgrade. I'll try and look at fixing those before we merge this |
| pmd { | ||
| consoleOutput = true | ||
| ignoreFailures = false | ||
| targetJdk = '1.7' |
There was a problem hiding this comment.
This is no longer necessary. PMD now figures this out from the JDK configuration. This has been deprecated with no replacement
| def SpotBugsTaskClass = classLoader.findLoadedClass('com.github.spotbugs.snom.SpotBugsTask') | ||
| spotbugs { | ||
| toolVersion = libs.versions.spotbugs.get() | ||
| toolVersion = rootProject.libs.versions.spotbugs.get() |
There was a problem hiding this comment.
This needs to be referenced explicitly by rootProject to avoid a new deprecation warning (will become an error in Gradle 10). The exact situations where this must be done is very situational, and I've only made the changes where it's necessary by the build. This is in the subprojects lambda of the main build.gradle file and in the files imported from that spot. It's not necessary in the bulk of cases (i.e., within a subproject file's list of dependencies)
Bumps gradle-wrapper from 9.5.1 to 9.7.0.
Release notes
Sourced from gradle-wrapper's releases.
... (truncated)
Commits
3defbfcmake DistributionIntegrationSpec more permissive for releases (#38766)f176043make DistributionIntegrationSpec more permissive for releasesb0828daPrepare release notes for Gradle 9.7.0GA (#38756)064b6d6cleanupdfe7bdcadd new training to release notes7561968add release notes for 3780168a1f35cherrypick 38367 to releasea462c95Rebalance AllVersionsCrossVersion buckets for agents without TestDistribution...820e2b1Update Gradle wrapper to version 9.7.0-rc-3 (#38743)75ea3d7Update Gradle wrapper to version 9.7.0-rc-3Dependabot 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)