Commit afd1166
authored
The spotlight plugin directly resolves dependencies from p2 which causes
`java.io.IOException: Failed to load eclipse jdt formatter` issues if that repo is not accessible.
This is a workaround for the eclipse p2 default repository being down resulting in all our
ci jobs to fail.
The artifacts in question we wanna cache live in `~/.m2/repository`
1 parent 093673a commit afd1166
File tree
1 file changed
+4
-1
lines changed- build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | | - | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
0 commit comments