Commit 5bc0b1d
committed
Fix CI JavaDoc job by installing linter-core from quick-build artifacts
The maven-full job downloads only target/ directories from maven-quick,
so linter-core is not available in the local Maven repository when
javadoc:javadoc runs for linter-cli. Install the pre-built JAR with
install:install-file before the matrix steps so inter-module
dependencies resolve without hitting Maven Central.
Also replace an unescaped '&' in FhirAuthorizationCache Javadoc to
silence invalid-input warnings during Javadoc generation.1 parent c2f719a commit 5bc0b1d
2 files changed
Lines changed: 7 additions & 12 deletions
File tree
- .github/workflows
- linter-core/src/main/java/dev/dsf/linter/util/resource
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
| |||
Lines changed: 1 addition & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | 533 | | |
545 | 534 | | |
546 | 535 | | |
| |||
0 commit comments