Commit 4acf4aa
Fabiana Severin
fix: Add toolchains.xml to codebuild agent for JDK 8 resolution
The maven-toolchains-plugin requires JDK 8 to be declared in
~/.m2/toolchains.xml. The smoke test Docker agent has Corretto 8
installed but was missing this file, causing the build to fail.1 parent 1901fac commit 4acf4aa
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments