Merge pull request #31849 from dreis2211

* gh-31849:
  Align Kotlin API and language versions

Closes gh-31849
pull/31863/head
Andy Wilkinson 2 years ago
commit add720594e

@ -40,11 +40,6 @@ plugins.withType(EclipsePlugin) {
}
}
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
kotlinOptions.apiVersion = '1.6'
kotlinOptions.languageVersion = '1.6'
}
dependencies {
actuatorApiDocumentation(project(path: ":spring-boot-project:spring-boot-actuator-autoconfigure", configuration: "documentation"))

Loading…
Cancel
Save