Commit 04fd420
Install Maven 3.8.8 explicitly to avoid Java 17 requirement
Maven 3.9.0+ enforces stricter Java prerequisites for plugins.
The quarkus-maven-plugin:3.6.9 requires Java 17 to execute when
used with Maven 3.9.x, even though it's compiled for Java 11.
Maven 3.8.8 (last pre-3.9 version) doesn't enforce this check,
allowing the build to work with Java 11.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 2f4fc3d commit 04fd420
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
0 commit comments