Skip to content

Commit 99f6f1a

Browse files
committed
Merge branch '7.0.x'
2 parents 1bd3ad2 + 298e1db commit 99f6f1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gradle/spring-module.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ javadoc {
8484
// cross-module @see and @link references which are only reachable
8585
// when running the global 'framework-api:javadoc' task.
8686
addBooleanOption('Werror', false)
87+
// do not ship 4MB of web fonts for single modules
88+
addBooleanOption("-no-fonts", true)
8789
}
8890

8991
// Attempt to suppress warnings due to cross-module @see and @link references.

0 commit comments

Comments
 (0)