Skip to content

Commit 918892f

Browse files
committed
Correct the contents of the Kotlin API documentation
Closes gh-47761
1 parent 0ffc464 commit 918892f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/spring-boot-docs/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ plugins.withType(EclipsePlugin) {
8585
dependencies {
8686
compileOnly("org.hamcrest:hamcrest-core")
8787

88+
dokkatoo(project(path: ":core:spring-boot"))
89+
dokkatoo(project(path: ":module:spring-boot-resttestclient"))
90+
8891
implementation(project(path: ":cli:spring-boot-cli"))
8992
implementation(project(path: ":core:spring-boot-docker-compose"))
9093
implementation(project(path: ":core:spring-boot-test"))

0 commit comments

Comments
 (0)