Skip to content

Commit add7205

Browse files
committed
Merge pull request #31849 from dreis2211
* gh-31849: Align Kotlin API and language versions Closes gh-31849
2 parents f962f2a + 75f375c commit add7205

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spring-boot-project/spring-boot-docs/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ plugins.withType(EclipsePlugin) {
4040
}
4141
}
4242

43-
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
44-
kotlinOptions.apiVersion = '1.6'
45-
kotlinOptions.languageVersion = '1.6'
46-
}
47-
4843
dependencies {
4944
actuatorApiDocumentation(project(path: ":spring-boot-project:spring-boot-actuator-autoconfigure", configuration: "documentation"))
5045

0 commit comments

Comments
 (0)