Commit 3ca2955
authored
Upgrade gradle to 9.3.0 (#8713)
Our CI environment is using Java 25 and I suspect it is easier and
better to upgrade gradle than to specify a older version of Java. This
isn't ready to merge yet - making a PR to check the presubmits.
Although, to be clear, I didn't change the java version setting in
`gradle.properties` (Java 21). I think this means that the CI
environment can run gradle with Java 25, but gradle then uses Java 21 to
build our plugin, so our plugin should stay the same (hopefully).1 parent 645c105 commit 3ca2955
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments