We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffc464 commit 918892fCopy full SHA for 918892f
documentation/spring-boot-docs/build.gradle
@@ -85,6 +85,9 @@ plugins.withType(EclipsePlugin) {
85
dependencies {
86
compileOnly("org.hamcrest:hamcrest-core")
87
88
+ dokkatoo(project(path: ":core:spring-boot"))
89
+ dokkatoo(project(path: ":module:spring-boot-resttestclient"))
90
+
91
implementation(project(path: ":cli:spring-boot-cli"))
92
implementation(project(path: ":core:spring-boot-docker-compose"))
93
implementation(project(path: ":core:spring-boot-test"))
0 commit comments