Commit b17b1c2
fix: set up JDK 17 in SCA scan workflow
The Snyk Gradle scan job was failing with "Unsupported class file major
version 69" because no JDK was configured, so Gradle fell back to
whatever Java the runner defaults to. Explicitly set up JDK 17 to match
the project's sourceCompatibility and the JDK used in publish-release.yml.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 5ebe59d commit b17b1c2
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
0 commit comments