Browse Source

Align Kotlin API and language versions

See gh-31849
pull/31863/head
dreis2211 4 years ago committed by Andy Wilkinson
parent
commit
75f375c68e
  1. 5
      spring-boot-project/spring-boot-docs/build.gradle

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

@ -40,11 +40,6 @@ plugins.withType(EclipsePlugin) { @@ -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