Commit 561d0f2
fix: add compiled groovy classes to javadoc classpath (#1972)
The javadoc plugin could not resolve org.jline.groovy classes because
they are compiled from .groovy sources by gmavenplus and are not on the
javadoc classpath. Add the module's own artifact as an additional
dependency so the compiled Groovy classes are available during javadoc
generation.
Co-authored-by: Claude Code <noreply@anthropic.com>1 parent 733eb35 commit 561d0f2
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
59 | 72 | | |
60 | 73 | | |
61 | 74 | | |
| |||
0 commit comments