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
- Restore external documentation links in spring-integration-core's
`dokkaSourceSets` using the new `externalDocumentationLinks.
register()` API instead of deprecated `externalDocumentationLink`
- Fix indentation of spring-integration-core's `dokka` configuration
block to be properly scoped within the project
- Remove redundant `noJdkLink.set(false)` setting (false is default)
- Remove unnecessary root-level `dokka` configuration that was
setting module name and output directory without effect
- Remove unused `dokkaGeneratePublicationHtml` task dependency from
`docsZip` as `dokkaGenerate` already handles the generation
- Simplify dependency chain by relying solely on
`:spring-integration-core:dokkaGenerate`
- Use root project var to determine root
- Move the out of core module
This makes the dokka build available to all modules if necessary
0 commit comments