Skip to content

Commit f158b36

Browse files
committed
Update JVM version to 11
1 parent 9adf71c commit f158b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarking/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ subprojects {
4747
// Enable experimental coroutines APIs, including Flow
4848
freeCompilerArgs += '-opt-in=kotlin.Experimental'
4949

50-
// Set JVM target to 1.8
51-
jvmTarget = "1.8"
50+
// Set JVM target to 11
51+
jvmTarget = JavaVersion.VERSION_11
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)