Skip to content

Commit 0293ea2

Browse files
committed
fix: Missing kotlin compiler config
1 parent a22b258 commit 0293ea2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dd-java-agent/agent-ci-visibility/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,11 @@ tasks.named("compileTestGroovy") {
5353
" otherwise anonymous class has one `loadClass` accessor's signature has `java.lang.Module`"
5454
)
5555
}
56+
57+
kotlin {
58+
compilerOptions {
59+
jvmTarget = JvmTarget.JVM_1_8
60+
apiVersion = KotlinVersion.KOTLIN_1_6
61+
languageVersion = KotlinVersion.KOTLIN_1_6
62+
}
63+
}

0 commit comments

Comments
 (0)