We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spring-kafka-docs
1 parent 8e2bedf commit a0a2c96Copy full SHA for a0a2c96
spring-kafka-docs/build.gradle
@@ -12,6 +12,12 @@ apply plugin: 'kotlin-spring'
12
13
description = 'Spring Kafka Code Snippets For Docs'
14
15
+
16
+tasks.withType(JavaCompile).configureEach {
17
+ sourceCompatibility = JavaVersion.VERSION_17
18
+ options.encoding = 'UTF-8'
19
+}
20
21
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask).configureEach {
22
compilerOptions {
23
jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17
0 commit comments