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.
2 parents f962f2a + 75f375c commit add7205Copy full SHA for add7205
spring-boot-project/spring-boot-docs/build.gradle
@@ -40,11 +40,6 @@ plugins.withType(EclipsePlugin) {
40
}
41
42
43
-tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
44
- kotlinOptions.apiVersion = '1.6'
45
- kotlinOptions.languageVersion = '1.6'
46
-}
47
-
48
dependencies {
49
actuatorApiDocumentation(project(path: ":spring-boot-project:spring-boot-actuator-autoconfigure", configuration: "documentation"))
50
0 commit comments