Commit a6f9210
committed
Here's the updated commit message:
fix: Configure explicit Java setup in GitHub workflow
Adds an explicit step to set up JDK 11 in the GitHub Actions workflow (.github/workflows/scala.yml).
This ensures a consistent Java environment for running sbt commands for both the 'test' and 'lint' jobs.
The setup includes:
- Java version: 11
- Distribution: Temurin
- Caching for sbt dependencies.
This change aims to resolve potential inconsistencies or failures in CI due to missing or incompatible Java versions in the runner environment.1 parent 328c829 commit a6f9210
1 file changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| |||
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
20 | 32 | | |
21 | | - | |
| 33 | + | |
0 commit comments