Commit ba7cd23
authored
GH-11099: Do not ship javadoc web fonts for individual modules
Fixes: #11099
Web fonts use 4MB of space per "-javadoc.jar" file, for each module
shipped by the project. While those are useful when browsing the
javadoc, this project aggregates all javadocs under a single JAR and
hosts it on doc.spring.io.
This commit skips the inclusion for the individual modules' javadoc
since those are mainly used by IDEs.
The web fonts are still available for the aggregated version.
Signed-off-by: Brian Clozel <brian.clozel@broadcom.com>
**Auto-cherry-pick to `7.0.x`**1 parent 127a695 commit ba7cd23
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
0 commit comments