Merge branch '2.5.x' into 2.6.x
Closes gh-29954
This commit is contained in:
@@ -6,18 +6,6 @@ plugins {
|
||||
|
||||
description = "Spring Boot WebFlux coroutines smoke test"
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
}
|
||||
|
||||
compileTestKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-webflux"))
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
||||
|
||||
Reference in New Issue
Block a user