Commit 0e52976
authored
Update the JDK version in Github Actions for formatting (#513)
## What changes are proposed in this pull request?
Update the JDK version in Github Actions Workflow that does formatting.
This is done because the old JDK version (JDK 8) is causing issues with
formatting options. Developers locally use JDK 11 for formatting which
caused the formatting test to fail on the PRs
## How is this tested?
N/A
NO_CHANGELOG=true1 parent cebb843 commit 0e52976
File tree
2 files changed
+8
-4
lines changed- .github/workflows
- databricks-sdk-java/src/main/java/com/databricks/sdk/core
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
435 | 437 | | |
436 | 438 | | |
437 | 439 | | |
438 | 440 | | |
439 | 441 | | |
440 | | - | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
441 | 445 | | |
442 | 446 | | |
443 | 447 | | |
| |||
0 commit comments