Skip to content

Commit 8a9662a

Browse files
author
Sean Levin
committed
target jvm/java 11
1 parent 8392db6 commit 8a9662a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

behavior-graph/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ plugins {
1313

1414
java {
1515
withSourcesJar()
16+
sourceCompatibility = JavaVersion.VERSION_11
17+
targetCompatibility = JavaVersion.VERSION_11
18+
}
19+
20+
kotlin {
21+
compilerOptions {
22+
jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_11
23+
}
1624
}
1725

1826
tasks.named('jar') {

0 commit comments

Comments
 (0)