Commit a6d684f
Fix SpotBugs Java version - run with JDK 11
SpotBugs 4.9.2 requires Java 11+ (class file version 55.0) but the
workflow was running it with Java 8. Updated workflow to use JDK_11
environment variable for SpotBugs tasks.
Co-authored-by: torosent <[email protected]>1 parent 5472f1b commit a6d684f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments