File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
18
18
id ' base'
19
19
id ' io.spring.nohttp' version ' 0.0.11' apply false
20
20
id ' io.spring.dependency-management' version ' 1.1.7'
21
- id ' org.jetbrains.dokka' version ' 1.9.20 '
21
+ id ' org.jetbrains.dokka' version ' 2.0.0 '
22
22
id ' org.antora' version ' 1.0.0'
23
23
id ' io.spring.antora.generate-antora-yml' version ' 0.0.1'
24
24
id ' com.google.protobuf' version ' 0.9.5' apply false
@@ -177,7 +177,7 @@ allprojects {
177
177
178
178
}
179
179
180
- // TODO until https://github.com/Kotlin/dokka/issues/3472
180
+ // TODO Remove when Dokka 2.1.0 is released
181
181
configurations. matching { it. name. startsWith(' dokka' ) }. configureEach {
182
182
resolutionStrategy. eachDependency {
183
183
if (requested. group. startsWith(' com.fasterxml.jackson' )) {
@@ -524,6 +524,7 @@ project('spring-integration-core') {
524
524
main {
525
525
sourceRoots. setFrom(file(' src/main/kotlin' ))
526
526
classpath. from(sourceSets[' main' ]. runtimeClasspath)
527
+ noJdkLink. set(false )
527
528
externalDocumentationLink {
528
529
url. set(new URL (" https://docs.spring.io/spring-integration/docs/$version /api/" ))
529
530
packageListUrl. set(file(' build/docs/javadoc/element-list' ). toURI(). toURL())
You can’t perform that action at this time.
0 commit comments