You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure build to skip Javadoc tasks for all demo modules since they are
example applications not part of the published API. This reduces build time
and avoids generating unnecessary documentation for non-library code.
- Add condition in root build.gradle to skip Javadoc for :demos: modules
- Skip both javadoc and javadocJar tasks using onlyIf { false }
- Keep Javadoc enabled for main library modules (redis-om-spring, redis-om-spring-ai)
0 commit comments