Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id 'base'
id 'io.spring.nohttp' version '0.0.11' apply false
id 'io.spring.dependency-management' version '1.1.7'
id 'org.jetbrains.dokka' version '1.9.20'
id 'org.jetbrains.dokka' version '2.0.0'
id 'org.antora' version '1.0.0'
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
id 'com.google.protobuf' version '0.9.5' apply false
Expand Down Expand Up @@ -525,6 +525,7 @@ project('spring-integration-core') {
main {
sourceRoots.setFrom(file('src/main/kotlin'))
classpath.from(sourceSets['main'].runtimeClasspath)
noJdkLink.set(false)
externalDocumentationLink {
url.set(new URL("https://docs.spring.io/spring-integration/docs/$version/api/"))
packageListUrl.set(file('build/docs/javadoc/element-list').toURI().toURL())
Expand Down