Skip to content

Commit 22500e1

Browse files
authored
Update dokka to 2.0.0
* Update TODO to mention when config can be removed
1 parent 3fdc2d3 commit 22500e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id 'base'
1919
id 'io.spring.nohttp' version '0.0.11' apply false
2020
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'
2222
id 'org.antora' version '1.0.0'
2323
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
2424
id 'com.google.protobuf' version '0.9.5' apply false
@@ -177,7 +177,7 @@ allprojects {
177177

178178
}
179179

180-
// TODO until https://github.com/Kotlin/dokka/issues/3472
180+
// TODO Remove when Dokka 2.1.0 is released
181181
configurations.matching { it.name.startsWith('dokka') }.configureEach {
182182
resolutionStrategy.eachDependency {
183183
if (requested.group.startsWith('com.fasterxml.jackson')) {
@@ -524,6 +524,7 @@ project('spring-integration-core') {
524524
main {
525525
sourceRoots.setFrom(file('src/main/kotlin'))
526526
classpath.from(sourceSets['main'].runtimeClasspath)
527+
noJdkLink.set(false)
527528
externalDocumentationLink {
528529
url.set(new URL("https://docs.spring.io/spring-integration/docs/$version/api/"))
529530
packageListUrl.set(file('build/docs/javadoc/element-list').toURI().toURL())

0 commit comments

Comments
 (0)