Commit 10aae09
committed
Upgrade to Gradle 9.7.0
Fix a deprecation warning surfaced by the upgrade: referencing the
version catalog as a bare `libs` inside the root build.gradle's
cross-project configure(allprojects) {} block relied on implicit
parent-project property lookup, which is deprecated and will fail in
Gradle 10. Use rootProject.libs explicitly instead.
Signed-off-by: Roy Clarkson <roy.clarkson@broadcom.com>1 parent 1f644e7 commit 10aae09
4 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments