We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bd3ad2 + 298e1db commit 99f6f1aCopy full SHA for 99f6f1a
1 file changed
gradle/spring-module.gradle
@@ -84,6 +84,8 @@ javadoc {
84
// cross-module @see and @link references which are only reachable
85
// when running the global 'framework-api:javadoc' task.
86
addBooleanOption('Werror', false)
87
+ // do not ship 4MB of web fonts for single modules
88
+ addBooleanOption("-no-fonts", true)
89
}
90
91
// Attempt to suppress warnings due to cross-module @see and @link references.
0 commit comments