Commit b47de00
committed
fix: use Java 11 in CodeQL workflow, matching project source/target level
The project compiles at source/target 11 (pom.xml), so Java 8 was
already wrong regardless of the plugin issue. Java 11 is the minimum
that can build this project and also satisfies the git-commit-id-maven-
plugin:10.0.0 Java >= 11 prerequisite.1 parent f0b04e1 commit b47de00
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments