Align Kotlin API and language versions
See gh-31849
This commit is contained in:
committed by
Andy Wilkinson
parent
f962f2a430
commit
75f375c68e
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user