Skip to content

Commit fc8b7d9

Browse files
Fix Reactive Spring build.gradle.kts (#19382)
Co-authored-by: Erik VanderWerf <[email protected]>
1 parent df2b421 commit fc8b7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-boot/buildGradle-sb3-Kts.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ dependencies {
5858
exclude(module = "junit")
5959
}
6060
{{#reactive}}
61-
testImplementation`("org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinxCoroutinesVersion")
61+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinxCoroutinesVersion")
6262
{{/reactive}}
6363
}

0 commit comments

Comments
 (0)